Back to Devexpress

IRelationList Members

corelibraries-devexpress-dot-data-dot-irelationlist-dot-underscore-members.md

latest1.2 KB
Original Source

IRelationList Members

An interface that can be implemented by a data source to support master-detail relationships.

Properties

NameDescription
RelationCountWhen implemented by a class, returns the number of master-detail relationships for the current master data source.

Methods

NameDescription
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

IRelationList Interface

DevExpress.Data Namespace