 |
BcfTableParentRelations Property |
Gets the collection of parent relations for this table.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfRelationCollection ParentRelations { get; }
Public ReadOnly Property ParentRelations As BcfRelationCollection
Get
public:
property BcfRelationCollection^ ParentRelations {
BcfRelationCollection^ get ();
}
member ParentRelations : BcfRelationCollection with get
Property Value
Type:
BcfRelationCollectionThe parent
BcfRelationCollection.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also