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
)
Public Shared Function EscapeSQLName (
name As String,
dbmsType As DBMSType
) As String
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:
StringThe escaped name.
See Also