[]
Collection element (row) access with access to column values in the row through the IDataRecord interface.
IDataRecord GetItem(long index)
Type | Name | Description |
---|---|---|
long | index | The zero-based index of the element (row). |
Type | Description |
---|---|
IDataRecord | Element (row) at the specified index implementing the IDataRecord interface. |