The indexer of the IDataRowAdapter interface returns the content of the row's column with the given name.
object this[string key] { get; }
Default Public ReadOnly Property Item(ByVal key as String) As Object
Read only.