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