Version

PageableRecordsCollection Class

Collection of the DataRecord objects. Supports paging capability.
Syntax
'Declaration
 
Public Class PageableRecordsCollection 
   Inherits DataRecordCollection
public class PageableRecordsCollection : DataRecordCollection 
Remarks
Assumes that sorting and filtering is done by the data source. It iterates through the page of data that is requested by the DataSourceObjectView.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also