IRow Members
A row of data in a ITable.Properties
| Name | Description |
|---|---|
| Item[Int32] | Gets an individual row value by the column index. |
| Item[String] | Gets an individual row value by the column name. |
Methods
| 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