 |
| BcfDataSetTables Property |
Gets the collection of tables contained in the dataset.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
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