Click or drag to resize

DbmsNativeSqlUpperCase Method

Pattern used to build upper-case function

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public string UpperCase(
	string valueToUpper
)

Parameters

valueToUpper
Type: SystemString
A value to upperize

Return Value

Type: String
The valid SQL statement
See Also