ColumnSortDirection
Overview
The ColumnSortDirection enumeration describes the decired sort direction in an data query request retrieved via the OData data access interface. In most cases there is no need to anyhow access values of this type directly in the user code.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Server
Value | Description |
---|---|
Ascending | Ascending sort order |
Descending | Descending sort order |
- OData Publishing (.NET)