| 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
Syntaxpublic static string AnsiQuote(
	Object value
)
Public Shared Function AnsiQuote ( 
	value As Object
) As String
Parameters
- value
- Type: SystemObject
 The value to quote.
Return Value
Type: 
StringThe string quoted for use in a SQL statement.
 Remarks
RemarksNote that if the object is null then the return value is an empty string.
 See Also
See Also