SelectExpression.ReplaceOrderBy(IEnumerable<Ordering>) Yöntem

Tanım

Dikkat

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

Geçerli sıralamayı parametre olarak geçirilen ifadelerle değiştirir

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

Parametreler

orderings
IEnumerable<Remotion.Linq.Clauses.Ordering>

Sıralama ifadeleri.

Öznitelikler

Şunlara uygulanır