SqlHelperProcessPagedResults Method |
Processes the page results - Removes the system columns and gets the total records number.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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