Поделиться через


SelectExpression.ReplaceOrderBy(IEnumerable<Ordering>) Метод

Определение

Внимание!

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

Параметры

orderings
IEnumerable<Remotion.Linq.Clauses.Ordering>

Выражения порядка.

Атрибуты

Применяется к