Click or drag to resize

BcfDataSetSetupTables Property

Gets the table collection.

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IList<BcfTableSetup> Tables { get; set; }

Property Value

Type: IListBcfTableSetup
The tables if set; otherwise .
See Also