SqlHelper ProcessPagedResults Method Kentico 8.1 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.1.5347.20411)

Parameters

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