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

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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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