 |
BcfDataSetSetupCreateColumnSetup Method |
Creates the column setup.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxprotected virtual BcfColumnSetup CreateColumnSetup(
BcfTableSetup tableSetup
)
Protected Overridable Function CreateColumnSetup (
tableSetup As BcfTableSetup
) As BcfColumnSetup
protected:
virtual BcfColumnSetup^ CreateColumnSetup(
BcfTableSetup^ tableSetup
)
abstract CreateColumnSetup :
tableSetup : BcfTableSetup -> BcfColumnSetup
override CreateColumnSetup :
tableSetup : BcfTableSetup -> BcfColumnSetup
Parameters
- tableSetup
- Type: CalculationWorks.BusinessModel.DesignBcfTableSetup
The table setup.
Return Value
Type:
BcfColumnSetupBcfColumnSetup.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also