Click or drag to resize

BcfDataSetRelations Property

[This is preliminary documentation and is subject to change.]

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.0.0-beta6
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

BCF

Supported in: 4.0
See Also