ISortDirection<T> public interface ISortDirection<T> Applies the sort direction to the QuerySort. Documentation T Ascending { get; } Sorts from smallest to largest. A-Z. T Descending { get; } Sorts from largest to smallest. Z-A.