DefaultQuerySqlGenerator.GenerateOrdering(Ordering) 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.
Generates a single ordering in an SQL ORDER BY clause.
protected virtual void GenerateOrdering(Remotion.Linq.Clauses.Ordering ordering);
abstract member GenerateOrdering : Remotion.Linq.Clauses.Ordering -> unit
override this.GenerateOrdering : Remotion.Linq.Clauses.Ordering -> unit
Protected Overridable Sub GenerateOrdering (ordering As Ordering)
Parameters
- ordering
- Remotion.Linq.Clauses.Ordering
The ordering.
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