CMSQueryDataSourceGetDataSource Method (Int32, Int32) |
Gets data source according to caching properties.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax protected override Object GetDataSource(
int offset,
int maxRecords
)
Parameters
- offset
- Type: SystemInt32
Index of first record to get - maxRecords
- Type: SystemInt32
Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used)
Return Value
Type:
ObjectDataset with data source
See Also