[System.Runtime.CompilerServices.AsyncStateMachine(C1.CollectionView.C1CollectionViewEx/d__1`1)] [System.Runtime.CompilerServices.Extension()] public static System.Threading.Tasks.Task FilterAsync<T>( C1CollectionView<T> collectionView, System.Linq.Expressions.Expression<Func<T,object>> filterPath, FilterOperation filterOperation, System.object value ) where T: class
パラメータ
- collectionView
- コレクションビュー
- filterPath
- フィルタを適用するデータ項目のパス
- filterOperation
- フィルタ操作
- value
- 式で使用する値
型パラメータ
- T