[]
Sorts the collection according to the specified sortDescriptions
.
public Task SortAsync(params SortDescription[] sortDescriptions)
Type | Name | Description |
---|---|---|
SortDescription[] | sortDescriptions | The sort descriptions that determine how the data will be sort. |
Type | Description |
---|---|
Task |
Sorts the collection according to the specified sortDescriptions
.
public Task SortAsync(SortDescription[] sortDescriptions, CancellationToken cancellationToken = default)
Type | Name | Description |
---|---|---|
SortDescription[] | sortDescriptions | The sort descriptions that determine how the data will be sort. |
CancellationToken | cancellationToken | The cancellation token. |
Type | Description |
---|---|
Task |