The indexer of the IDataRowAdapter interface returns the content of the row's column with the given name.

Syntax

object this[string key] { get; }
Default Public ReadOnly Property Item(ByVal key as String) As Object

Limitations

Read only.