Udostępnij za pośrednictwem


DbExpressionBuilder.Sort Metoda

Definicja

Tworzy nowy DbSortExpression , który sortuje dany zestaw danych wejściowych według określonych specyfikacji sortowania.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbSortExpression ^ Sort(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Collections::Generic::IEnumerable<System::Data::Common::CommandTrees::DbSortClause ^> ^ sortOrder);
public static System.Data.Common.CommandTrees.DbSortExpression Sort (this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbSortClause> sortOrder);
static member Sort : System.Data.Common.CommandTrees.DbExpressionBinding * seq<System.Data.Common.CommandTrees.DbSortClause> -> System.Data.Common.CommandTrees.DbSortExpression
<Extension()>
Public Function Sort (input As DbExpressionBinding, sortOrder As IEnumerable(Of DbSortClause)) As DbSortExpression

Parametry

input
DbExpressionBinding

Powiązanie wyrażenia, które określa zestaw danych wejściowych.

sortOrder
IEnumerable<DbSortClause>

Lista specyfikacji sortowania określających sposób sortowania elementów zestawu danych wejściowych.

Zwraca

Nowa funkcja DbSortExpression reprezentująca operację sortowania.

Wyjątki

input lub sortOrder ma wartość null lub sortOrder zawiera wartość null.

sortOrder jest pusty.

Dotyczy