DataPager.TotalRowCount 属性

定义

获取由关联数据绑定控件所引用的基础数据源对象检索到的总记录数。Gets the total number of records that are retrieved by the underlying data source object that is referenced by the associated data-bound control.

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

基础数据源对象检索到的总记录数。The total number of records that are retrieved by the underlying data source object.

属性

适用于

另请参阅