Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Escapes all single-quotes in a string
public static string SqlString (string s);
static member SqlString : string -> string
Public Shared Function SqlString (s As String) As String