DbQuantifierExpression.Predicate 属性

定义

获取应为输入集中的每个元素计算的布尔谓词。

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 关联,或者其结果类型不是布尔类型。

适用于