| DbmsNativeSqlEncloseReservedKeyword Method  | 
            Pattern used to enclose reserved keywords
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.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