DbUpdatableDataRecord.IDataRecord.GetData(Int32) Method

Definition

Retrieves the field value as an IDataReader.

 virtual System::Data::IDataReader ^ System.Data.IDataRecord.GetData(int ordinal) = System::Data::IDataRecord::GetData;
System.Data.IDataReader IDataRecord.GetData (int ordinal);
abstract member System.Data.IDataRecord.GetData : int -> System.Data.IDataReader
override this.System.Data.IDataRecord.GetData : int -> System.Data.IDataReader
Function GetData (ordinal As Integer) As IDataReader Implements IDataRecord.GetData

Parameters

ordinal
Int32

The ordinal of the field.

Returns

The field value as an IDataReader.

Implements

Applies to