Click or drag to resize
CalculationWorks Logo
BcfDataSetRelations Property
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfRelationCollection Relations { get; }

Property Value

Type: BcfRelationCollection
A BcfRelationCollection that contains a collection of BcfRelation objects. An empty collection is returned if no relation objects exist.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also