DbmsNativeSqlUpperCase Method  | 
 
            Pattern used to build upper-case function
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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