Quotes a value to be used as an SQL literal, escaping any embedded quotes.
Quotes a value to be used as an SQL literal, escaping any embedded quotes.
public static string Quote(String);
Quotes an array of values, both modifying the array and returning it for convenience.
public static string[] Quote(String[]);
SqlFilterBuilder Class | CleanCode.Data Namespace