 | BcfDataSetSetupTables Property |
Gets the table collection.
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IList<BcfTableSetup> Tables { get; set; }Public Property Tables As IList(Of BcfTableSetup)
Get
Set
Property Value
Type:
IListBcfTableSetupThe tables if set; otherwise
.
See Also