IRelation Members
A master-detail relation of a ITable.Properties
| Name | Description |
|---|---|
| Detail | Gets the detail table for the current relation. |
| DetailKeyColumns | Gets a collection of detail key columns used to specify a master-detail relation. |
| Master | Gets the master table for the current relation. |
| MasterKeyColumns | Gets a collection of master key columns used to specify a master-detail relation. |
| Name | Gets the name of the master-detail relation. |
Methods
| Name | Description |
|---|---|
| GetDetailRows(IRow) | Gets detail rows corresponding to the specified master row. |
| GetDetailRows(Int32) | Gets detail rows corresponding to the specified master row. |
See Also