| Tornado API Library - V12.30.08 |
|
z.dbInitSortFlds Property
Fields (0 based) to be sorted initially upon entry.
Product Version
All
[Visual Basic]
Public Property dbInitSortFlds As
String
[C#]
public
string dbInitSortFlds {set;}
Property Value
Obj.dbInitSortCols = "fieldIndex, fieldIndex-"
QuickProp Keyword Abbreviation
Remarks
- This property is the same as dbInitSortCol except it is 0 based for ordinal entries.
- Entries in this property will beconverted to dbInitSortCols.
- Rememebr that Fields ordinals is 0 based.
- Default=ASC, Suffix (-) means DESC.
- Upon entry, the ORDERBY ordinals (dbInitSortFlds) will be converted to 1 based Columns.
- If all fieldnames are used, then dbInitSortCols and dbInitSortFlds has no difference.
Example
x.dbInitSortFlds = "0, lastname-, 2-"
See Example code in dbSortFlds and dbColSortSQL
See Also
z Class | Tornado Namespace | dbInitSortCols | dbSortFlds | dbColSortSQL | dbSortColLeftJustify