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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax Remarks
Number of records in one page can be specified by setting MaxRecords property or calling PagedBy() method.
See Also