DbExpressionBuilder.Filter(DbExpressionBinding, DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 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。
例外狀況
input
或 predicate
為 null。
predicate
沒有布林結果類型。