The SortOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
Direction |
Sorting key-word direction. Maybe - ASC or DESC. By default - "direction"
| |
Enabled |
Enable sorting. By default - True
| |
FieldName |
Sorting by field (key-word). By default - "field"
| |
Key |
Sorting key-word. Using in queris as argument. By default - "sortBy"
|
See Also