EntityDataSourceView.CanRetrieveTotalRowCount プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の EntityDataSource コントロールに関連付けられている EntityDataSourceView オブジェクトで、データの取得に加えてデータ行の合計数を取得する操作がサポートされているかどうかを示す値を取得します。
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
。