Click or drag to resize
CalculationWorks Logo
BcfDataSetSetupAddTable Method
Adds a new table to the Tables collection and returns the new associated BcfTableSetup

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfTableSetup AddTable(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: BcfTableSetup
BcfTableSetup.
Exceptions
ExceptionCondition
ArgumentNullExceptiontableName is null
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also