Click or drag to resize
CalculationWorks Logo
BcfRelationParentKeyColumns Property
Gets the parent key columns.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public ReadOnlyCollection<BcfColumn> ParentKeyColumns { get; }

Property Value

Type: ReadOnlyCollectionBcfColumn
The parent key columns.
See Also