IRelationListEx Methods
An extended version of the IRelationList interface, that can be implemented by a data source to support master-detail relationships.Name | Description |
---|---|
GetDetailList(Int32, Int32) | When implemented by a class, returns detail data for a relationship. Inherited from IRelationList. |
GetRelationCount(Int32) | When implemented by a class, returns the number of relationships for a master row. |
GetRelationDisplayName(Int32, Int32) | When implemented by a class, returns the display caption of a particular relationship in a specific master row. |
GetRelationName(Int32, Int32) | When implemented by a class, returns the name of a master-detail relationship. Inherited from IRelationList. |
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. Inherited from IRelationList. |
See Also