Click or drag to resize
CalculationWorks Logo
BcfDataSetSetupRelations Property
Gets the relation collection. See also Tables

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfReadOnlyModelObjectCollection<BcfRelationSetup> Relations { get; }

Property Value

Type: BcfReadOnlyModelObjectCollectionBcfRelationSetup
The relations.
See Also