다음을 통해 공유


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 형식이 아닌 경우

적용 대상