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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework