Back to Devexpress

IRelationList Methods

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

latest1.0 KB
Original Source

IRelationList Methods

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

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

IRelationList Members

DevExpress.Data Namespace