 |
| BcfDataSetSetupRelations Property |
Gets the relation collection. See also
Tables
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfReadOnlyModelObjectCollection<BcfRelationSetup> Relations { get; }Public ReadOnly Property Relations As BcfReadOnlyModelObjectCollection(Of BcfRelationSetup)
Get
Property Value
Type:
BcfReadOnlyModelObjectCollectionBcfRelationSetupThe relations.
See Also