Declaration
public static string SqlEscape(
this string input
)
Summary
Returns an SQL-compatible representation of the string in single-quotes with the appropriate characters
escaped.
Parameters
this string | input |
String to escape. |
Returns
SQL-compatible representation of the input string.