SqlHelper ProcessPagedResults Method Kentico 8.0 API Reference
Processes the page results - Removes the system columns and gets the total records number.

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

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet with the results
totalRecords
Type: OnlineSystem Int32 
Returns the total records number
See Also