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 static System.Data.Entity.Core.Common.CommandTrees.DbSortExpression Sort (this System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding input, System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Common.CommandTrees.DbSortClause> sortOrder);
static member Sort : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding * seq<System.Data.Entity.Core.Common.CommandTrees.DbSortClause> -> System.Data.Entity.Core.Common.CommandTrees.DbSortExpression
<Extension()>
Public Function Sort (input As DbExpressionBinding, sortOrder As IEnumerable(Of DbSortClause)) As DbSortExpression

Parametry

input
DbExpressionBinding

Powiązanie wyrażenia określające zestaw danych wejściowych.

sortOrder
IEnumerable<DbSortClause>

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

Zwraca

Nowa wartość DbSortExpression reprezentująca operację sortowania.

Wyjątki

wartość input lub sortOrder ma wartość null, a parametr sortOrder zawiera wartość null.

sortOrder jest pusty.

Dotyczy