Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Methods

This object represents a collection of relationships. The owner of this collection is the model.

MethodDescription

Creates a relationship. Valid relationship types are: 0 = Identifying, 1 = NonIdentifying, 2 = NonSpecific, 3 = NonIdentifying Optional, 8 = Containment (MongoDB only). PARAMETERS: ParentEntity (String or Integer), ChildEntity (String or Integer), Relationship (Integer).

Creates a relationship. Valid relationship types: 0 = Identifying, 1 = NonIdentifying, 2 = NonSpecific, 3 = NonIdentifying Optional, 8 = Containment (MongoDB only). PARAMETERS: ParentEntity (String or Integer), ChildEntity (String or Integer), RelationshipType (Integer).

Creates a relationship. Valid relationship types are: 0 = Identifying, 1 = NonIdentifying, 2 = NonSpecific, 3 = NonIdentifying Optional, 8 = Containment (MongoDB only). PARAMETERS: ParentEntity (String or Integer), ChildEntity (String or Integer), Relationship (Integer).

Deletes a Relationship object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

Deletes specified Relationship with Make FKs Native Option enabled. FK columns in Child Tables are not deleted, but do become native columns. PARAMETERS: Identifier (String or Integer).

Public Properties

PropertiesDescription

Returns a Relationship object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).



Number of Relationship objects in the collection. DATATYPE: Integer.

Returns a Relationship object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

...

Info
titleSee Also