RelationalQueryModelVisitor.VisitOrderByClause Metoda

Definicja

Odwiedź klauzulę order by.

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

Parametry

orderByClause
Remotion.Linq.Clauses.OrderByClause

Klauzula Order by.

queryModel
Remotion.Linq.QueryModel

Model zapytania.

index
Int32

Indeks odwiedzonego węzła.

Dotyczy