Blazor コントロール
CreatePredicate<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : CreatePredicate<T> メソッド
The data collection.
The filter expression.
Creates the predicate from the filterExpression.
シンタックス
'宣言
 
Public Shared Function CreatePredicate(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal filterExpression As FilterExpression _
) As System.Func(Of Object,Boolean)
public static System.Func<object,bool> CreatePredicate<T>( 
   IDataCollection<T> dataCollection,
   FilterExpression filterExpression
)
where T: class

パラメータ

dataCollection
The data collection.
filterExpression
The filter expression.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ