Click or drag to resize

BcfDataSet Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the BcfDataSet class.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfDataSet(
	BcfDataSetSetup setup,
	BcfTableFactory tableFactory
)

Parameters

setup
Type: CalculationWorks.BusinessModel.DesignBcfDataSetSetup
The setup.
tableFactory
Type: CalculationWorks.BusinessModelBcfTableFactory
The table factory.
Exceptions
ExceptionCondition
ArgumentNullExceptionsetup or tableFactory is null.
See Also