Click or drag to resize
CalculationWorks Logo
BcfDataSetSetupCreateColumnSetup Method
Creates the column setup.

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
protected virtual BcfColumnSetup CreateColumnSetup(
	BcfTableSetup tableSetup
)

Parameters

tableSetup
Type: CalculationWorks.BusinessModel.DesignBcfTableSetup
The table setup.

Return Value

Type: BcfColumnSetup
BcfColumnSetup.
See Also