 | 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-beta7
Syntaxpublic BcfTableCollection Tables { get; }Public ReadOnly Property Tables As BcfTableCollection
Get
Property Value
Type:
BcfTableCollectionThe
BcfTableCollection contained by this dataset. An empty collection is returned if no
BcfTable objects exist.
See Also