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