Click or drag to resize

EAPUtilAnsiQuote Method (Object)

Quote an object variable 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(
	Object value
)

Parameters

value
Type: SystemObject
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 then the return value is an empty string.
See Also