| BcfDataSetSetupAddRelation Method (String, BcfColumnSetup, BcfColumnSetup) | |
Namespace: CalculationWorks.BusinessModel.Design
public BcfRelationSetup AddRelation( string relationName, BcfColumnSetup parentColumn, BcfColumnSetup childColumn )
| Exception | Condition |
|---|---|
| ArgumentNullException | relationName or parentColumn or childColumn is null |
| ArgumentException | parentColumn or childColumn belongs to another DataSetSetup |