Condividi tramite


DbExpressionBuilder.Sort Metodo

Definizione

Crea un nuovo oggetto DbSortExpression che ordina il set di input specificato in base alle specifiche di ordinamento specificate.

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

Parametri

input
DbExpressionBinding

Associazione a un'espressione che specifica il set di input.

sortOrder
IEnumerable<DbSortClause>

Elenco di specifiche di ordinamento che determinano come ordinare gli elementi del set di input.

Restituisce

Nuovo DbSortExpression che rappresenta l'operazione Sort.

Eccezioni

input o sortOrder è Null o sortOrder contiene null.

sortOrder è vuoto.

Si applica a