Version

DataRecordCollection Class

Collection of the DataRecord objects. The objects wrap up original data records and provide a convenient way of getting the data and enumerating though them.
Syntax
'Declaration
 
Public Class DataRecordCollection 
public class DataRecordCollection 
Remarks
The simplest of the data records collections implemented in the namespace. Assumes that all data manipulation is done by the data source. It simply iterates through available records and provides acces to those via an enumerator.
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