DbDataRecord::GetValues Method (array<Object^>^)
.NET Framework (current version)
Populates an array of objects with the column values of the current record.
Assembly: System.Data (in System.Data.dll)
Parameters
- values
-
Type:
array<System::Object^>^
An array of Object to copy the attribute fields into.
Implements
IDataRecord::GetValues(array<Object^>^)Using this method may be more efficient for most applications then retrieving each field individually.
.NET Framework
Available since 1.1
Available since 1.1
Show: