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: 4.6.0.0 (4.6.0.0)
Syntax
public string UpperCase(
	string valueToUpperize
)

Parameters

valueToUpperize
Type: SystemString
A value to upperize

Return Value

Type: String
The valid SQL statement
See Also