DbmsNativeSqlUpperCase Method |
Pattern used to build upper-case function
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public string UpperCase(
string valueToUpper
)
Public Function UpperCase (
valueToUpper As String
) As String
Parameters
- valueToUpper
- Type: SystemString
A value to upperize
Return Value
Type:
StringThe valid SQL statement
See Also