Click or drag to resize
CalculationWorks Logo
BcfDataSetTables Property
Gets the collection of tables contained in the dataset.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.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