EntityDataSource.AutoSort 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 EntityDataSource 控制項是否支援在執行階段排序資料。
public:
property bool AutoSort { bool get(); void set(bool value); };
public bool AutoSort { get; set; }
member this.AutoSort : bool with get, set
Public Property AutoSort As Boolean
屬性值
如果使用者可以排序資料,則為 true
;否則為 false
。 預設值是 true
。
備註
控制項 EntityDataSource 支援自動排序查詢所傳回的資料。
AutoSort控制項的 EntityDataSource 屬性是布林值屬性,指出是否針對系結至資料控制項的查詢所傳回的資料啟用排序。 當此屬性設定為 true
時, EntityDataSource 控制項會根據資料繫結控制項所提供的資訊,將適當的查詢產生器方法新增至 ObjectQuery<T>EntityDataSourceView 。
屬性的值 AutoSort 會決定支援資料來源之 EntityDataSourceView 控制項的 和 CanRetrieveTotalRowCount 屬性是否 CanSort 為 true
或 false
。