Shunde.NET Framework Class Library

DBUtils.ParseSql Method (String)

Escapes all apostrophes in an SQL Statement.

public static string ParseSql(
   String sql
);

Parameters

String

Return Value

Returns escaped SQL string. This is an empty string if the passed string was null

See Also

DBUtils Class | Shunde.Utilities Namespace | DBUtils.ParseSql Overload List