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.1.5347.20411)
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: DataSetReturns the same DataSet object
See Also