Condividi tramite


DbSkipExpression.SortOrder Proprietà

Definizione

Ottiene un elenco DbSortClause che definisce l'ordinamento.

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)

Valore della proprietà

Elenco DbSortClause che definisce l'ordinamento.

Commenti

DbSkipExpression richiede che la raccolta di input sia già stata ordinata. L'ordine SortOrder di ordinamento viene rappresentato come proprietà. SortOrder è un elenco di DbSortClause oggetti.

Si applica a