EntityQueryModelVisitor.VisitJoinClause(JoinClause, QueryModel, Int32) Metoda

Definicja

Odwiedza Remotion.Linq.Clauses.JoinClause węzły.

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)

Parametry

joinClause
Remotion.Linq.Clauses.JoinClause

Węzeł, który jest odwiedzany.

queryModel
Remotion.Linq.QueryModel

Zapytanie.

index
Int32

Indeks odwiedzonego węzła.

Dotyczy