converts all the data values to Uppercase, Lowercase or Cap 1st character. LookUp values are not converted.
dbQP Abbr: ac
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbAllCase { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbAllCase As String |
Field Value
Obj.dbAllCase = Upper |Lower| Cap1| Keyword | Description |
|---|---|
| Upper | Uppercase |
| Lower | Lowercase |
| Cap1 | Cap 1st character |
Examples
Obj.dbAllCase = "Upper"