Versions Compared

Key

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

...

Deletes an Attribute object (specified by the given name or ID) from ER/Studio. PARAMETERS: Identifier as String or Integer.

...

Code Block
languagevb
Dim MyEntity As Entity 
Dim AttributeID As Integer 

' We want to remove the attribute with 2 as the ID 

AttributeID = 2 

MyEntity.Attributes.Remove(AttributeID) 
Info
titleSee Also