CalculationWorks Logo
BcfDataSetSetupAddTable Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

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: 1.1.0.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
See Also

Reference