Click or drag to resize

EAPUtilSQLString Method (String)

Prepare a string for use in a SQL statement. If the string is null or empty then an unquoted "NULL" is returned, else an AnsiQuoted string is returned.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string SQLString(
	string s
)

Parameters

s
Type: SystemString
The string to prepare for a SQL statement.

Return Value

Type: String
The string "NULL" or an AnsiQuoted string.
See Also