IRelationList Members
An interface that can be implemented by a data source to support master-detail relationships.Properties
| Name | Description |
|---|---|
| RelationCount | When implemented by a class, returns the number of master-detail relationships for the current master data source. |
Methods
| Name | Description |
|---|---|
| GetDetailList(Int32, Int32) | When implemented by a class, returns detail data for a relationship. |
| GetRelationName(Int32, Int32) | When implemented by a class, returns the name of a master-detail relationship. |
| IsMasterRowEmpty(Int32, Int32) | When implemented by a class, returns a Boolean value that specifies whether a specific detail of a particular master row contains data. |
See Also