CalculationWorks Logo
BcfDataSetRelations Property CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[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: 1.1.0.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

Reference