Public Methods
Method | Description |
---|---|
Add | Creates a new model with the given name and database type, and then returns the new model to the caller. PARAMETERS: Name (String), DatabaseType_ID (Integer). |
Remove | Deletes a Model object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Properties | Description |
---|---|
_Item | Returns a Model object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of Model objects in the collection. DATATYPE: Integer. |
Item | Returns a Model object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also