Restricts the given DataSet to only given rows starting with the offset, and leaving only maximum defined number of rows.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- ds
- Type:
System.Data DataSet
DataSet with the data
- offset
- Type:
System Int32
Starting offset
- maxRecords
- Type:
System Int32
Maximum number of the records
- totalRecords
- Type:
System Int32
Returns the total number of available records
Return Value
Type:![Online Online](./../icons/online_icon.gif)
Returns the same DataSet object
See Also