DbSkipExpression.SortOrder Property

Definition

Gets a DbSortClause list that defines the sort order.

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

Property Value

A DbSortClause list that defines the sort order.

Remarks

DbSkipExpression requires its input collection to have already been sorted. The sort order is represented as the SortOrder property. SortOrder is a list of DbSortClause objects.

Applies to