Contents

QuerySortOrder

Enumeration of the sort directions available when ordering query results.

Declaration

string QuerySortOrder

Possible Values

ASC

Sorts results in ascending order (A to Z, lowest to highest).

DESC

Sorts results in descending order (Z to A, highest to lowest).

Discussion

The QuerySortOrder specifies the direction of a sort applied in QuerySort.order.

See Also

Type Aliases