DataPager.TotalRowCount プロパティ

定義

データ バインド コントロールに関連付けられた基になるデータ ソース オブジェクトから取得されるレコードの合計数を取得します。

public:
 property int TotalRowCount { int get(); };
[System.ComponentModel.Browsable(false)]
public int TotalRowCount { get; }
[<System.ComponentModel.Browsable(false)>]
member this.TotalRowCount : int
Public ReadOnly Property TotalRowCount As Integer

プロパティ値

Int32

基になるデータ ソース オブジェクトから取得されるレコードの合計数。

属性

適用対象

こちらもご覧ください