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.
Returns a fully-escaped SQL string wrapped within the SQL string single-quotes
public static string MakeSqlString (string s);
static member MakeSqlString : string -> string
Public Shared Function MakeSqlString (s As String) As String