DbmsNativeSqlEncloseReservedKeyword Method |
Pattern used to enclose reserved keywords
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public string EncloseReservedKeyword(
string valueToEnclose
)
Public Function EncloseReservedKeyword (
valueToEnclose As String
) As String
Parameters
- valueToEnclose
- Type: SystemString
A value to enclose
Return Value
Type:
StringThe valid SQL statement
See Also