ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaDataReader class
The value of a column in its native format. In C#, this property is the indexer for the AsaDataReader class.
object this[ int index ]
object this[ string name ]
index The column ordinal.
name The column name.
Read-only
IDataRecord.Item