OdbcDataReader.GetData(Int32) Method

Definition

Returns an IDataReader for the specified column ordinal.

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

Parameters

i
Int32

The zero-based column ordinal.

Returns

The IDataReader for the specified column ordinal.

Implements

Applies to

Product Versions
.NET Framework 1.1