Method GetData
GetData(int)
Returns an IDataReader for the specified column ordinal.
public IDataReader GetData(int i)
Parameters
i
intThe index of the field to find.
Returns
- IDataReader
The IDataReader for the specified column ordinal.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.