共用方式為


ObjectDataSourceView.CanRetrieveTotalRowCount 屬性

定義

取得值,指出與目前 ObjectDataSourceView 控制項關聯的 ObjectDataSource 物件是否除了支援擷取資料集以外,還支援擷取資料列的總數。

public:
 virtual property bool CanRetrieveTotalRowCount { bool get(); };
public override bool CanRetrieveTotalRowCount { get; }
member this.CanRetrieveTotalRowCount : bool
Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean

屬性值

Boolean

如果支援該作業,則為 true,否則為 false

備註

如果已設定 屬性, SelectCountMethodCanRetrieveTotalRowCount 屬性會傳 true 回 。 傳回計數的方法應該傳回可以分頁的資料列總數,而不是頁面中的資料列數目。 資料繫結控制項會使用可分頁的資料列總數來決定如何轉譯分頁控制項。 例如,控制項呼叫器中 GridView 要轉譯的數值呼叫器按鈕數目。 如需分頁支援的詳細資訊,請參閱 EnablePaging

呼叫 CanRetrieveTotalRowCount 方法期間會檢查 屬性, ExecuteSelect 以確保資料來源控制項支援透過設定各種 DataSourceSelectArguments 屬性所要求的所有功能。

適用於

另請參閱