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


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

Определение

Удаляет выражения из проекции, соответствующие предоставленным Remotion.Linq.Clauses.Ordering выражениям.

public virtual void RemoveFromProjection (System.Collections.Generic.IEnumerable<Remotion.Linq.Clauses.Ordering> orderBy);
abstract member RemoveFromProjection : seq<Remotion.Linq.Clauses.Ordering> -> unit
override this.RemoveFromProjection : seq<Remotion.Linq.Clauses.Ordering> -> unit
Public Overridable Sub RemoveFromProjection (orderBy As IEnumerable(Of Ordering))

Параметры

orderBy
IEnumerable<Remotion.Linq.Clauses.Ordering>

Порядок, удаляющийся из проекции.

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