AmoDataReader.GetData(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.