Tornado API Library - V12.26.07

z.dbAllCase Property

converts all the data values to Uppercase, Lowercase or Cap 1st character. LookUp values are not converted.

Product Version

All
[Visual Basic]
Public Property dbAllCase As String
[C#]
public string dbAllCase {set;}

Property Value

Obj.dbAllCase = Upper |Lower| Cap1

KeywordDescription
UpperUppercase
LowerLowercase
Cap1Cap 1st character

QuickProp Keyword Abbreviation

ac

Example

[vb]
Obj.dbAllCase = "Upper"

See Also

z Class | Tornado Namespace