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 아닙니다.

적용 대상