Method EscapeIdentifier(string)
Escapes field path for use as T-SQL identifier.
Reversible: use UnescapeIdentifier to restore original.
Escape scheme: \(→\), [ → $L, ] → $R, . → $D
public static string EscapeIdentifier(string path)
Escapes field path for use as T-SQL identifier.
Reversible: use UnescapeIdentifier to restore original.
Escape scheme: \(→\), [ → $L, ] → $R, . → $D
public static string EscapeIdentifier(string path)