Represents a single sorting rule applied to a Query. Specifies the target property name and the sorting direction.
The sorting order, either ascending (asc) or descending (desc).
asc
desc
The exact property name in the collection to sort by.
Represents a single sorting rule applied to a Query. Specifies the target property name and the sorting direction.