Click or drag to resize

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
)

Parameters

s
Type: SystemString
The value to quote.

Return Value

Type: String
The 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