The number of records to retrieve in the database query (for efficiency). This
is typically one more than the last record of interest given the current paging.
We get one extra record in order to determine if more pages are available.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxProtected _topN As Integer
Field Value
Type:
Int32
See Also