ColumnSortDirection
Overview
The ColumnSortDirection enumeration describes the sort direction (ACS, DESC) in an data query request retrieved via the OData.
In most of cases there is no need to deal with it directly.
Location
- Reference: DataAbstract4_Intf.h
- Namespace: DataAbstract
| Value | Description |
|---|---|
| ColumnSortDirection_Ascending | Ascending sort order |
| ColumnSortDirection_Descending | Descending sort order |