Click or drag to resize

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: 4.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.
See Also