Click or drag to resize

MapperKernelHasMorePages Property

Returns true if there are additional pages beyond the current page. This should be used (possibly in conjunction with HasRecords) instead of calling RecordCount in order to manage UI paging.

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

Property Value

Type: Boolean

Implements

IMapperHasMorePages
See Also