EntityQueryModelVisitor.VisitOrdering Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visits Remotion.Linq.Clauses.Ordering nodes.
public override void VisitOrdering (Remotion.Linq.Clauses.Ordering ordering, Remotion.Linq.QueryModel queryModel, Remotion.Linq.Clauses.OrderByClause orderByClause, int index);
override this.VisitOrdering : Remotion.Linq.Clauses.Ordering * Remotion.Linq.QueryModel * Remotion.Linq.Clauses.OrderByClause * int -> unit
Public Overrides Sub VisitOrdering (ordering As Ordering, queryModel As QueryModel, orderByClause As OrderByClause, index As Integer)
Parameters
- ordering
- Remotion.Linq.Clauses.Ordering
The node being visited.
- queryModel
- Remotion.Linq.QueryModel
The query.
- orderByClause
- Remotion.Linq.Clauses.OrderByClause
The Remotion.Linq.Clauses.OrderByClause for the ordering.
- index
- Int32
Index of the node being visited.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework