Condividi tramite


DbSkipExpression.SortOrder Proprietà

Definizione

Ottiene un DbSortClause elenco 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'ordinamento viene rappresentato come SortOrder proprietà . SortOrder è un elenco di DbSortClause oggetti.

Si applica a