'Declaration
Public Overrides Function SortAsync( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As Task
public override Task SortAsync( params SortDescription[] sortDescriptions )
Parameters
- sortDescriptions
- The sort descriptions that determine how the data will be sort.