EnumerableExpression.Orderings Property

Definition

The list of orderings to be applied to the enumerable.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression> Orderings { get; }
member this.Orderings : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.OrderingExpression>
Public Overridable ReadOnly Property Orderings As IReadOnlyList(Of OrderingExpression)

Property Value

Applies to