DbFilterExpression.Predicate 属性

定义

获取或设置 DbExpression 指定用于筛选输入集的谓词。

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

属性值

指定 DbExpression 用于筛选输入集的谓词。

例外

表达式为 null.

表达式不与命令树 DbFilterExpression关联,或者其结果类型不是类型 Boolean

适用于