Skip to main content

IRelation.MasterKeyColumns Property

Gets a collection of master key columns used to specify a master-detail relation.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

IEnumerable<IColumn> MasterKeyColumns { get; }

Property Value

Type Description
IEnumerable<IColumn>

A collection of objects implementing the IColumn interface that are master key columns used to specify a master-detail relation.

See Also