Public Methods

MethodDescription
AddCreates a view relationship. The caller must specify whether the parent is a view or entity. PARAMETERS: ParentEntVw (String), ChildView (String), IsParentView (Boolean).
RemoveDeletes a ViewRelationship object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer).

Public Properties

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