RelationalQueryModelVisitor.VisitWhereClause 메서드

정의

where 절을 방문합니다.

public override void VisitWhereClause (Remotion.Linq.Clauses.WhereClause whereClause, Remotion.Linq.QueryModel queryModel, int index);
override this.VisitWhereClause : Remotion.Linq.Clauses.WhereClause * Remotion.Linq.QueryModel * int -> unit
Public Overrides Sub VisitWhereClause (whereClause As WhereClause, queryModel As QueryModel, index As Integer)

매개 변수

whereClause
Remotion.Linq.Clauses.WhereClause

방문할 where 절입니다.

queryModel
Remotion.Linq.QueryModel

쿼리 모델입니다.

index
Int32

방문 중인 노드의 인덱스입니다.

적용 대상