Click or drag to resize

MapperKernelRecordsPerPage Property

The number of records per page in the mapper. In mappers other than datasheets this is generally 1.

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

Property Value

Type: Int32

Implements

IMapperRecordsPerPage
See Also