Click or drag to resize

BcfDataSetSetupRelations Property

Gets the relation collection.

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

Property Value

Type: IListBcfRelationSetup
The relations if set; otherwise .
See Also