Filters the data using specified filter parameters.
シンタックス
'宣言
Public Shared Function FilterAsync(Of As Class)( _
ByVal As C1CollectionView(Of T), _
ByVal As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
ByVal As FilterOperation, _
ByVal As System.Object _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<>(
C1CollectionView<T> ,
System.Linq.Expressions.Expression<Func<T,object>> ,
FilterOperation ,
System.object
)
where T: class
パラメータ
- collectionView
- The collection view.
- filterPath
- The path of the data item to which the filter will be applied.
- filterOperation
- The filter operation.
- value
- The value used in the expression.
型パラメータ
- T
参照