Click or drag to resize

MapperKernelCurrentPage Property

The 1-based current page index for the mapper. In mappers other than datasheets, the RecordsPerPage is generally one so the CurrentPage is the same as the CurrentRecord.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int CurrentPage { get; }

Property Value

Type: Int32

Implements

IMapperCurrentPage
See Also