Page History
...
Method | Description |
---|---|
Add | Adds a new attribute (specified by the given name and key/non-key value) to the entity, and then returns the new attribute to the caller. PARAMETERS: Name as String, IsKey as Boolean. |
Remove | Deletes an Attribute object (specified by the given name or ID) from ER/Studio. PARAMETERS: Identifier as String or Integer. |
...
Property | Description |
---|---|
_Item | Returns an attribute (specified by the given name, GUID, or ID) from the entity. When passing in a name to the function, the attribute is indexed by the attribute name/rolename in the logical model and by the column name/rolename in the physical model. |
_NewEnum | |
Count | This is the number Number of Attribute objects in the collection. DATATYPE: Integer. |
Item | Returns an attribute (specified by the given name, GUID, or ID) from the entity. When passing in a name to the function, the attribute is indexed by the attribute name/rolename in the logical model and by the column name/rolename in the physical model. |
...