| PaginationBaseRecordIndex Property |
获取进行数据处理后当前页当前最大数值,该值可做为数据处理索引开始值
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic virtual long RecordIndex { get; }Public Overridable ReadOnly Property RecordIndex As Long
Get
public:
virtual property long long RecordIndex {
long long get ();
}abstract RecordIndex : int64 with get
override RecordIndex : int64 with get
Property Value
Type:
Int64
See Also