EAPUtilAnsiQuote Method (String) |
Quote a string for a SQL statement including escaping embedded ticks.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string AnsiQuote(
string s
)
Public Shared Function AnsiQuote (
s As String
) As String
Parameters
- s
- Type: SystemString
The value to quote.
Return Value
Type:
StringThe string quoted for use in a SQL statement.
Remarks Note that if the object is null or the return value is an empty string.
See Also