バージョン

FilterDataRecursively メソッド

データを再帰的にフィルターします。データ ソースの全体をトラバースし、レコードのフィルター条件と一致するかどうかなどのメタデータ情報を設定します。
シンタックス
'宣言
 
Public Function FilterDataRecursively( _
   ByVal queryable As System.Linq.IQueryable, _
   ByVal model As TreeGridModel, _
   ByVal whereClause As System.String, _
   ByVal funcMatchFiltering As System.Delegate, _
   Optional ByVal dataLevel As System.Integer _
) As System.Collections.IList
public System.Collections.IList FilterDataRecursively( 
   System.Linq.IQueryable queryable,
   TreeGridModel model,
   System.string whereClause,
   System.Delegate funcMatchFiltering,
   System.int dataLevel
)

パラメータ

queryable
クエリ可能なオブジェクト。
model
モデル。
whereClause
WHERE 句。
funcMatchFiltering
関数の一致フィルター。
dataLevel
データ レベル。
参照

オンラインで表示: GitHub