Click or drag to resize
CalculationWorks Logo
BcfTableSetup Constructor
Initializes a new instance of the BcfTableSetup class.

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

Parameters

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