Dela via


EntityQueryModelVisitor.RemoveOrderings(QueryModel) Method

Definition

Removes orderings for a given query model.

protected virtual void RemoveOrderings (Remotion.Linq.QueryModel queryModel);
abstract member RemoveOrderings : Remotion.Linq.QueryModel -> unit
override this.RemoveOrderings : Remotion.Linq.QueryModel -> unit
Protected Overridable Sub RemoveOrderings (queryModel As QueryModel)

Parameters

queryModel
Remotion.Linq.QueryModel

Query model to remove orderings on.

Applies to