SelectExpression.RemoveFromProjection(IEnumerable<Ordering>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes expressions from the projection corresponding to the supplied Remotion.Linq.Clauses.Ordering expressions.
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))
Parameters
- orderBy
- IEnumerable<Remotion.Linq.Clauses.Ordering>
The Orderings to remove from the projection.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework