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

基礎資料來源物件所擷取的資料錄總數。

屬性

適用於

另請參閱