Click or drag to resize

BcfDataSetTables Property

[This is preliminary documentation and is subject to change.]

Gets the collection of tables contained in the dataset.

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

BCF

Supported in: 4.0
See Also