GetProviderSpecificValues(Object[]) Method

Syntax:

public int GetProviderSpecificValues(Object[] values)

Description:

Populates an array of objects with the column values of the current row.

Parameters:

values

Type: System.Object[]

An array of Object into which to copy the column values.

Return Value:

Type: System.Int32

The data type of the specified column

Exceptions:

Exception Condition
InvalidOperationException The RdmDataReader is closed or there is no current row.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbDataReader.GetProviderSpecificValues