You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
85
85
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
86
-
/// <param name="textCase">Casing text using the rules of the invariant culture.</param>
86
+
/// <param name="caseMode">Casing text using the rules of the invariant culture.</param>
87
87
/// <param name="keepDiacritics">Whether to keep diacritical marks or remove them.</param>
88
88
/// <param name="keepPunctuations">Whether to keep punctuation marks or remove them.</param>
89
89
/// <param name="keepNumbers">Whether to keep numbers or remove them.</param>
0 commit comments