Retrieve the value for all columns of the current row.
[Visual Basic] Public Function GetValues( _ ByVal values As Object() _ ) _ Implements IDataRecord.GetValues As Integer [C#] public int GetValues( object[] values ); [C++] public: int GetValues( Object* values __gc[] ); [JScript] public function GetValues( Object[] values ): int;
The number of instances in the object array.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The MimerDataReader is not positioned on a row. |
MimerDataReader Class | Mimer.Data.Client Namespace | GetValue