Skip to main content

ITable.DetailRelations Property

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

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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