IRelationList Methods
An 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. |
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