Skip to main content
A newer version of this page is available. .

ITable.DetailRelations Property

Gets the collection of master-detail relations of the current table.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

IEnumerable<IRelation> DetailRelations { get; }

Property Value

Type Description
IEnumerable<IRelation>

A collection of objects implementing the IRelation interface that are master-detail relations of the current table.

See Also