Versions Compared

Key

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

Public Methods

MethodDescription

...

This object represents a collection of Database Schemas in ER/Studio. The owner of the collection is the Model.

...

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).
Info
titleSee Also