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: 2.4.0.0 (2.4.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