Click or drag to resize
SqlHelperProcessPagedResults Method
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.2.23
Syntax
C#
public static void ProcessPagedResults(
	DataSet ds,
	ref int totalRecords
)

Parameters

ds
Type: System.DataDataSet
DataSet with the results
totalRecords
Type: SystemInt32
Returns the total records number
See Also