DataModelRelationshipCollection
DataModelRelationshipCollection class
Represents the relationships.
class DataModelRelationshipCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the relationship. |
get(number)
Gets the relationship.
get(index: number) : DataModelRelationship;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns