Click or drag to resize

EAPUtilEscapeSQLName Method

Escape a column or table/view name for use in a SQL statement in the specified DBMS.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string EscapeSQLName(
	string name,
	DBMSType dbmsType
)

Parameters

name
Type: SystemString
The column/table/view name to escape.
dbmsType
Type: NetQuarryDBMSType
The DMBS for which to escape the name.

Return Value

Type: String
The escaped name.
See Also