 |
BcfDataSetSetupTables Property |
Gets the table collection. See also
Tables
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfReadOnlyModelObjectCollection<BcfTableSetup> Tables { get; }
Public ReadOnly Property Tables As BcfReadOnlyModelObjectCollection(Of BcfTableSetup)
Get
public:
property BcfReadOnlyModelObjectCollection<BcfTableSetup^>^ Tables {
BcfReadOnlyModelObjectCollection<BcfTableSetup^>^ get ();
}
member Tables : BcfReadOnlyModelObjectCollection<BcfTableSetup> with get
Property Value
Type:
BcfReadOnlyModelObjectCollectionBcfTableSetupThe tables.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also