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

IRelation.DetailKeyColumns Property

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

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IEnumerable<IColumn> DetailKeyColumns { get; }

Property Value

Type Description
IEnumerable<IColumn>

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

See Also