OdbcDataReader::GetValues Method (array<Object^>^)
Populates an array of objects with the column values of the current row.
Assembly: System.Data (in System.Data.dll)
Parameters
- values
-
Type:
array<System::Object^>^
An array of type Object into which to copy the attribute columns.
Implements
IDataRecord::GetValues(array<Object^>^)For most applications, the M:System.Data.Odbc.OdbcDataReader.GetValues method provides an efficient means for retrieving all columns, instead of retrieving each column individually.
You can pass an Object array that contains fewer than the number of columns that are contained in the resulting row. Only the amount of data the Object array holds is copied to the array. You can also pass an Object array whose length is more than the number of columns that are contained in the resulting row.
This method returns DBNull for null database columns.
Available since 1.1
OdbcDataReader Class
System.Data.Odbc Namespace
Working with DataReaders