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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : CanFilter<T> メソッド
The data collection.
The filter expression that determine how the data would be filtered.
Returns whether the data collection is able to filter the specified expression.
シンタックス
'宣言
 
Public Shared Function CanFilter(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal filterExpression As FilterExpression _
) As System.Boolean
public static System.bool CanFilter<T>( 
   IDataCollection<T> dataCollection,
   FilterExpression filterExpression
)
where T: class

パラメータ

dataCollection
The data collection.
filterExpression
The filter expression that determine how the data would be filtered.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ