public Task<bool> SortAsync( IReadOnlyDictionary<string,FieldSortInfo> sortFields )
Public Function SortAsync( _ ByVal sortFields As IReadOnlyDictionary(Of String,FieldSortInfo) _ ) As Task(Of Boolean)
Parameters
- sortFields
- The field sort information. When null the sort of the table will revert to database order. If any of the field's sort information is set to FieldSortInfo.AscCase or FieldSortInfo.DescCase, the sort will be case sensitive.
Return Value
Returns True the sort succeeded.