Click or drag to resize
IDataQuerySettingsTQueryNextPage Method
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: 9.0.0
Syntax
C#
TQuery NextPage()

Return Value

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