 |
BcfDataSetRelations Property |
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfRelationCollection Relations { get; }
Public ReadOnly Property Relations As BcfRelationCollection
Get
public:
property BcfRelationCollection^ Relations {
BcfRelationCollection^ get ();
}
member Relations : BcfRelationCollection with get
Property Value
Type:
BcfRelationCollectionA
BcfRelationCollection that contains a collection of
BcfRelation objects. An empty collection is returned if no relation objects exist.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also