| オーバーロード | 解説 |
|---|---|
| SortAsync<T>(IDataCollection<T>,String,SortDirection) | Sorts the data collection according to the specified sort parameters. |
| SortAsync<T>(IDataCollection<T>,Expression<Func<T,Object>>,SortDirection) | Sorts the data collection according to the specified sort path and direction. |
| SortAsync<T>(IDataCollection<T>,SortDescription[]) | Sorts the data collection according to the specified sort descriptions. |
| SortAsync<T>(IDataCollection<T>,SortDescription[],CancellationToken) | Sorts the data collection according to the specified sort descriptions. |