Sdílet prostřednictvím


EntityQueryModelVisitor.VisitJoinClause(JoinClause, QueryModel, Int32) Metoda

Definice

Navštíví Remotion.Linq.Clauses.JoinClause uzly.

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

Navštívený uzel.

queryModel
Remotion.Linq.QueryModel

Dotaz

index
Int32

Index navštíveného uzlu

Platí pro