共用方式為


DbExpressionBuilder.Filter(DbExpressionBinding, DbExpression) 方法

定義

建立新的 DbFilterExpression,它會使用指定的述詞篩選給定輸入集的項目。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFilterExpression ^ Filter(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Data::Common::CommandTrees::DbExpression ^ predicate);
public static System.Data.Common.CommandTrees.DbFilterExpression Filter (this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate);
static member Filter : System.Data.Common.CommandTrees.DbExpressionBinding * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFilterExpression
<Extension()>
Public Function Filter (input As DbExpressionBinding, predicate As DbExpression) As DbFilterExpression

參數

input
DbExpressionBinding

指定輸入集的運算式繫結。

predicate
DbExpression

運算式,表示要針對輸入集中每個成員進行評估的述詞。

傳回

產生已篩選之集合的新 DbFilterExpression。

例外狀況

inputpredicate 為 null。

predicate 沒有布林結果類型。

適用於