Skip to main content
A newer version of this page is available. .

IRow Methods

A row of data in a ITable.
Name Description
GetDetailRows(IRelation) Gets a collection of detail rows for the current master row.
GetDetailRows(String) Gets a collection of detail rows for the current master row.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
GetValue<T>(IColumn) Gets an individual row value for the specified column.
GetValue<T>(Int32) Gets an individual row value by the column index.
GetValue<T>(String) Gets an individual row value by the column name.
See Also