SortDirection

Description

The SortDirection enum specifies the sort direction of the data that should be returned via a query.

Members

NameValueDescription
AscendingNAOrder the values from low to high.
DescendingNAOrder the values from high to low.