DataQuerySettingsBase TQuery  NextPage Method Kentico 8.1 API Reference
Adjusts the query to a next page, using the current page size. Use in combination with PagedBy and NextPageAvailable to iterate over the data in batches.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Return Value

Type: TQuery
Remarks

Number of records in one page can be specified by setting MaxRecords property or calling PagedBy() method.
See Also