EntityQueryModelVisitor.VisitWhereClause 메서드

정의

노드를 방문 Remotion.Linq.Clauses.WhereClause 합니다.

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

방문 중인 노드입니다.

queryModel
Remotion.Linq.QueryModel

쿼리입니다.

index
Int32

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

적용 대상