Executes the given action for each page (DataSet) in the results. If the query is not set up as a paged query, executes the action once with the current results.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- pageAction
- Type: System Action TQuery
Page action
- pageSize (Optional)
- Type: System Int32
Page size. 0 means no processing page-by-page. By default uses current paging settings.
See Also