MapperDatasheetHasMorePages 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.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override bool HasMorePages { get; }
Public Overrides ReadOnly Property HasMorePages As Boolean
Get
Property Value
Type:
BooleanImplements
IMapperHasMorePagesSee Also