Returns the value of a column in its native format.
Public ReadOnly Overrides Property Item( ByVal index As Integer ) As Object
public override object this[int index] {get;}
index The column ordinal.
In C#, this property is the indexer for the SADataReader class.