Partager via


SelectExpression.ReplaceOrderBy(IEnumerable<Ordering>) Méthode

Définition

Attention

If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore

Remplace l’ordre actuel par des expressions passées en tant que paramètre

public virtual void ReplaceOrderBy (System.Collections.Generic.IEnumerable<Remotion.Linq.Clauses.Ordering> orderings);
[System.Obsolete("If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore")]
public virtual void ReplaceOrderBy (System.Collections.Generic.IEnumerable<Remotion.Linq.Clauses.Ordering> orderings);
abstract member ReplaceOrderBy : seq<Remotion.Linq.Clauses.Ordering> -> unit
override this.ReplaceOrderBy : seq<Remotion.Linq.Clauses.Ordering> -> unit
[<System.Obsolete("If you need to override this method then raise an issue at https://github.com/aspnet/EntityFrameworkCore")>]
abstract member ReplaceOrderBy : seq<Remotion.Linq.Clauses.Ordering> -> unit
override this.ReplaceOrderBy : seq<Remotion.Linq.Clauses.Ordering> -> unit
Public Overridable Sub ReplaceOrderBy (orderings As IEnumerable(Of Ordering))

Paramètres

orderings
IEnumerable<Remotion.Linq.Clauses.Ordering>

Expressions de classement.

Attributs

S’applique à