共用方式為


DbQuantifierExpression.Predicate 屬性

定義

取得或設定 Boolean 述詞,這個述詞應針對輸入集中的每個項目進行評估。

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Predicate { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Predicate { get; }
member this.Predicate : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Predicate As DbExpression

屬性值

Boolean 述詞,應針對輸入集中的每個項目進行評估。

例外狀況

此運算式為 null

運算式不與 DbQuantifierExpression 的命令樹相關聯,

或其結果型別不是 Boolean 型別。

適用於