Identifies the value of a column in its native format. In C#, this property is the indexer for the AseDataReader class.
object this[ int index ]
object this[ string name ]
index: The column ordinal.
name: The column name.
Read-only
IDataRecord.Item