Enum SortByOrder

SortByOrder enumeration

Represents what order the data sort by.

public enum SortByOrder

Values

NameValueDescription
Ascending1Sorts by ascending
Descending2Sorts by descending

See Also