DesignerDataSourceView.CanRetrieveTotalRowCount プロパティ

定義

現在の DataSourceControl オブジェクトに関連付けられた DataSourceView オブジェクトで、データ自体ではなくデータ行の合計数を取得する操作がサポートされているかどうかを示す値を取得します。

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

プロパティ値

データ行の合計数を取得する操作がサポートされている場合は true。それ以外の場合は false

適用対象

こちらもご覧ください