Click or drag to resize
CalculationWorks Logo
BcfRelationSetup Constructor
Initializes a new instance of the BcfRelationSetup class. See also Tables

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
protected BcfRelationSetup(
	BcfDataSetSetup dataSetSetup
)

Parameters

dataSetSetup
Type: CalculationWorks.BusinessModel.DesignBcfDataSetSetup
The BcfDataSet setup.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSetSetup is null
See Also