IDataQuerySettings TQuery  NextPage Method Kentico 8.0 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.0.5239.26125)

Return Value

Type: TQuery
Remarks

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