SortOrder
Specifies how rows of data are sorted.
Ascending = 0
Rows are sorted in ascending order.
Descending = 1
Rows are sorted in descending order.
Unspecified = -1
The default. No sort order is specified.