OleDbDataReader.IDataRecord.GetData(Int32) Method

Definition

Returns an IDataReader for the specified column ordinal.

C#
System.Data.IDataReader IDataRecord.GetData(int ordinal);

Parameters

ordinal
Int32

The index of the field to find.

Returns

The IDataReader for the specified column ordinal.

Implements

Applies to

Product Versions
.NET Framework 1.1