EntityQueryModelVisitor.VisitJoinClause(JoinClause, QueryModel, Int32) 메서드

정의

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

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

매개 변수

joinClause
Remotion.Linq.Clauses.JoinClause

방문 중인 노드입니다.

queryModel
Remotion.Linq.QueryModel

쿼리입니다.

index
Int32

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

적용 대상