DataModelRelationshipCollection

DataModelRelationshipCollection class

Represents the relationships.

class DataModelRelationshipCollection;

Methods

MethodDescription
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:

ParameterTypeDescription
indexnumberThe index.

Returns

DataModelRelationship

getCount()

Gets the number of elements contained in.

getCount() : number;

isNull()

Checks whether the implementation object is null.

isNull() : boolean;