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)
Syntaxpublic virtual bool HasMorePages { get; }
Public Overridable ReadOnly Property HasMorePages As Boolean
Get
Property Value
Type:
BooleanImplements
IMapperHasMorePages
See Also