Versions Compared

Key

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

Public Methods

 
MethodDescription
AddCreates a new entity with the given coordinates, adds it to the model, and then returns the new entity to the caller. PARAMETERS: HorizontalPosition
as
(Integer), VerticalPosition
as
(Integer).
 
AddExCreates new entity with the given coordinates in parent model, and then returns it. Fixes positional problems of AddItem. PARAMETERS: HorizontalPosition
as
(Integer), VerticalPosition
as
(Integer).
 
AddMongoDBCollectionMongoDB Models Only Creates new Collection
(applicable to MondoDB models only)
with the given coordinates, adds it to the model, and then returns the new collection as type Entity to the caller. PARAMETERS: HorizontalPosition
as
(Integer), VerticalPosition
as
(Integer).
 
AddNestedObjectGoogle BigQuery Models Only Creates a nested object
(applicable to Google BigQuery models only)
with the given name for the given table name. PARAMETERS: Identifier
as
(String).
 
RemoveDeletes a Entity object
(
as specified by the given name or ID
)
, from ER/Studio. PARAMETERS: Identifier
as
(String or Integer).

Public Properties

 
PropertyDescription
_ItemReturns an entity
(
as specified by the given name or ID
)
, from the model. When passing a name to the function, the entity is indexed by the entity name in the logical model, and by the table name in a physical model.
 
_NewEnum
 
 

Count
This is the number
Number of Entity objects in the collection. DATATYPE: Integer.
 
ItemReturns an entity
(
as specified by the given name or ID
)
, from the model. When passing a name to the function, the entity is indexed by the entity name in the logical model, and by the table name in a physical model.
Info
titleSee Also

...