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