DbQuantifierExpression.Predicate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應該針對輸入集中每個元素進行評估的布林述詞。
public System.Data.Entity.Core.Common.CommandTrees.DbExpression Predicate { get; }
member this.Predicate : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Predicate As DbExpression
屬性值
Boolean 述詞,應針對輸入集中的每個項目評估這個述詞。
例外狀況
運算式為 null。
運算式未與 的命令樹 DbQuantifierExpression 相關聯,或其結果類型不是布林型別。