DataModelRelationshipCollection
DataModelRelationshipCollection class
Represents the relationships.
class DataModelRelationshipCollection;
Methods
Method | Description |
---|---|
get(number) | Gets the relationship. |
getCount() | Gets the number of elements contained in. |
isNull() | Checks whether the implementation object is null. |
get(number)
Gets the relationship.
get(index: number) : DataModelRelationship;
Parameters:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns
getCount()
Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;