You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Public Methods

 Add

Creates a new entity with the given coordinates, adds it to the model, and returns the new entity to the caller. PARAMETERS: HorizontalPosition as Integer, VerticalPosition as Integer.

 AddEx

Creates new entity with the given coordinates in parent model and returns it. Fixes positional problems of AddItem. PARAMETERS: HorizontalPosition as Integer, VerticalPosition as Integer.

 AddMongoDBCollection

Creates new Collection (applicable to MondoDB models only) with the given coordinates, adds it to the model, and returns the new collection as type Entity to the caller. PARAMETERS: HorizontalPosition as Integer, VerticalPosition as Integer.

 AddNestedObject

Creates a nested object (applicable to Google BigQuery models only) with the given name for the given table name. PARAMETERS: Identifier as String.

 Remove

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

Public Properties

 _Item

Returns an entity (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 of Entity objects in the collection. DATATYPE: Integer.

 Item

Returns an entity (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.

See Also

Entities Overview

  • No labels