Mimer Data Provider

MimerDataReader.GetValues Method 

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;

Parameters

values
Array of column values in native format.

Return Value

The number of instances in the object array.

Implements

IDataRecord.GetValues

Exceptions

Exception TypeCondition
InvalidOperationExceptionThe MimerDataReader is not positioned on a row.

See Also

MimerDataReader Class | Mimer.Data.Client Namespace | GetValue