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

适用于