Public Methods

MethodDescription
AddCreates a DBSchema with the given data. PARAMETERS: Name (String), Authorization (String), Description (String).
RemoveDeletes an DBSchema object specified by the given ID or name from ER/Studio. PARAMETERS: Identifier as Integer.

Public Properties

PropertyDescription
_ItemReturns a DBSchema specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String).
_NewEnum
CountNumber of DBSchema objects in the collection. DATATYPE: Integer.
ItemReturns a DBSchema specified by the given ID, GUID, or name. PARAMETERS: Identifier (Integer or String).
  • No labels