Blazor コントロール
SortAsync<T> メソッド (C1DataCollectionEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DataCollectionEx クラス : SortAsync<T> メソッド
The data collection.
The filter path.
The sort direction.
Sorts the data collection according to the specified sort path and direction.
シンタックス
'宣言
 
Public Shared Function SortAsync(Of T As Class)( _
   ByVal dataCollection As C1DataCollection(Of T), _
   ByVal sortPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
   Optional ByVal sortDirection As SortDirection _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   C1DataCollection<T> dataCollection,
   System.Linq.Expressions.Expression<Func<T,object>> sortPath,
   SortDirection sortDirection
)
where T: class

パラメータ

dataCollection
The data collection.
sortPath
The filter path.
sortDirection
The sort direction.

型パラメータ

T
参照

C1DataCollectionEx クラス
C1DataCollectionEx メンバ