Freigeben über


SelectExpression.ReplaceOrderBy(IEnumerable<Ordering>) Methode

Definition

Achtung

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

Ersetzt die aktuelle Reihenfolge durch Ausdrücke, die als Parameter übergeben werden

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))

Parameter

orderings
IEnumerable<Remotion.Linq.Clauses.Ordering>

Die Reihenfolgenausdrücke.

Attribute

Gilt für: