Public Methods
Method | Description |
---|---|
Add | Creates a DBSchema with the given data. PARAMETERS: Name (String), Authorization (String), Description (String). |
Remove | Deletes an DBSchema object specified by the given ID or name from ER/Studio. PARAMETERS: Identifier as Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a DBSchema specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String). |
_NewEnum | |
Count | Number of DBSchema objects in the collection. DATATYPE: Integer. |
Item | Returns a DBSchema specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String). |
See Also