Click or drag to resize

BcfDataSetTables Property

Gets the collection of tables contained in the dataset.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfTableCollection Tables { get; }

Property Value

Type: BcfTableCollection
The BcfTableCollection contained by this dataset. An empty collection is returned if no BcfTable objects exist.
See Also