ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaDataReader class
The value of the column at the specified ordinal in its native format.
object GetValue( int ordinal )
ordinal An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.
The value to return.
IDataRecord.GetValue
This method returns DBNull for null database columns.