SortDirection
Description
The SortDirection enum specifies the sort direction of the data that should be returned via a query.
Members
Name | Value | Description |
---|---|---|
Ascending | NA | Order the values from low to high. |
Descending | NA | Order the values from high to low. |