 |
| BcfFunctionBaseInternalTable Property |
Gets the table the function or validator belongs to.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfTable Table { get; }Public ReadOnly Property Table As BcfTable
Get
Property Value
Type:
BcfTableThe table.
See Also