Click or drag to resize

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; }

Property Value

Type: Boolean

Implements

IMapperHasMorePages
See Also