Freigeben über


RelationalQueryModelVisitor.VisitJoinClause Methode

Definition

Besuchen Sie eine Joinklausel.

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)

Parameter

joinClause
Remotion.Linq.Clauses.JoinClause

Die aufgerufene Joinklausel.

queryModel
Remotion.Linq.QueryModel

Das Abfragemodell.

index
Int32

Index des besuchten Knotens.

Gilt für: