QueryableDataSourceView.CanRetrieveTotalRowCount プロパティ

定義

現在のQueryableDataSourceView コントロールに関連付けられているQueryableDataSource オブジェクトが、データ行の合計数の取得とデータの取得をサポートしているかどうかを示す値を取得します。

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

プロパティ値

true オブジェクトがデータ行の合計数の取得をサポートしている場合。それ以外の場合は false

適用対象