 | BcfTableFactoryRegister Method |
Registers the specified table name.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic void Register(
string tableName,
Func<BcfTableBuilder, BcfTable> tableConstructor
)
Public Sub Register (
tableName As String,
tableConstructor As Func(Of BcfTableBuilder, BcfTable)
)
Parameters
- tableName
- Type: SystemString
Name of the table. - tableConstructor
- Type: SystemFuncBcfTableBuilder, BcfTable
The table constructor.
Exceptions
See Also