SelectExpression.Orderings Property

Definition

The list of orderings used to sort the result set.

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

Property Value

Applies to