'Declaration Function GetItem( _ ByVal index As Long _ ) As IDataRecord
IDataRecord GetItem( long index )
Parameters
- index
- The zero-based index of the element (row).
Return Value
Element (row) at the specified index implementing the IDataRecord interface.