Method EscapeIdentifier(string)

Assembly: redb.MSSql.Pro.dll

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)