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.v24.2.dll
Declaration
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