Sdílet prostřednictvím


RelationalQueryModelVisitor.VisitJoinClause Metoda

Definice

Navštivte klauzuli join.

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

Klauzule join, která se navštěvuje.

queryModel
Remotion.Linq.QueryModel

Model dotazu.

index
Int32

Index navštíveného uzlu

Platí pro