You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Public Methods
Method | Description |
---|
Add | Adds a new attribute (specified by the given name and key/non-key value) to the entity, and 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. |
Public Properties
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 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. |
See Also