EntityQueryModelVisitor.RemoveOrderings(QueryModel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除指定查詢模型的排序。
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)
參數
- queryModel
- Remotion.Linq.QueryModel
要移除排序的查詢模型。