AmoDataReader.GetData(Int32) Method

Definition

Retrieves the data of the current object.

public System.Data.IDataReader GetData (int ordinal);
abstract member GetData : int -> System.Data.IDataReader
override this.GetData : int -> System.Data.IDataReader
Public Function GetData (ordinal As Integer) As IDataReader

Parameters

ordinal
Int32

The zero-based ordinal position of the column to find.

Returns

The data of the current object.

Implements

Applies to