OracleDataReader.GetData(Int32) Method

Definition

Returns an IDataReader for the specified column ordinal.

C#
public System.Data.IDataReader GetData(int i);

Parameters

i
Int32

A column ordinal.

Returns

The IdataReader instance for the specified column ordinal.

Implements

Applies to

Product Versions
.NET Framework 1.1