DbmsNativeSqlEncloseReservedKeyword Method  | 
 
            Pattern used to enclose reserved keywords
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic 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