The following tables list the members exposed by SortContext.
Name | Description | |
---|---|---|
CaseSensitiveSort | Gets if the sort will be case sensitive. Only applies to string columns. | |
DataType | Gets the type of the object that is being sorted. | |
PropertyType | Gets the type of the property that is being sorted on. | |
SortAscending | Gets if the current sort is sorted ascending or descending. | |
SortPropertyName | Gets a string describing the column which is sorted. |
Name | Description | |
---|---|---|
AppendSort<T> | Appends to this sort to the IOrderedQueryable sort | |
CreateGenericSort | Overloaded. Initalizes a new CurrentSort | |
GetComparer<T> | Provides the comparer associated with the SortContext<T,TColumnType>. | |
Sort<T> | Sorts a given IQueryable based on the currently sorted column. |