 |
BcfDataSetTables Property |
Gets the collection of tables contained in the dataset.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfTableCollection Tables { get; }
Public ReadOnly Property Tables As BcfTableCollection
Get
public:
property BcfTableCollection^ Tables {
BcfTableCollection^ get ();
}
member Tables : BcfTableCollection with get
Property Value
Type:
BcfTableCollectionThe
BcfTableCollection contained by this dataset. An empty collection is returned if no
BcfTable objects exist.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also