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

Syntax

object this[string key] { get; }

Limitations

Read only.