Enum SortOrder

SortOrder enumeration

Represents what order the data sort by.

public enum SortOrder

Values

NameValueDescription
Ascending1Sorts by ascending
Descending2Sorts by descending

See Also