Share via


DbSortExpression.SortOrder Property

Definition

Gets a DbSortClause list that defines the sort order.

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbSortClause> SortOrder { get; }
member this.SortOrder : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbSortClause>
Public ReadOnly Property SortOrder As IList(Of DbSortClause)

Property Value

A DbSortClause list that defines the sort order.

Applies to