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>

orderings 식입니다.

특성

적용 대상