| DbmsNativeSqlUpperCase Method  | 
            Pattern used to build upper-case function
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic string UpperCase(
	string valueToUpperize
)
Public Function UpperCase ( 
	valueToUpperize As String
) As String
Parameters
- valueToUpperize
 - Type: SystemString
A value to upperize 
Return Value
Type: 
StringThe valid SQL statement
See Also