 |
BcfDataSetSetupAddTable Method |
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfTableSetup AddTable(
string tableName
)
Public Function AddTable (
tableName As String
) As BcfTableSetup
public:
BcfTableSetup^ AddTable(
String^ tableName
)
member AddTable :
tableName : string -> BcfTableSetup
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
BcfTableSetupBcfTableSetup.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also