ERDEntity Type Commands (Template Language)
Commands for objects of ERDEntity type defined in Software Ideas Modeler Template Language.
| Command Name | Result Type | Description |
|---|---|---|
| Attributes | Enumeration | Enumerates all attributes defined in the entity. The default variable used for the enumeration is Attribute. |
| HasPrimaryKey | Boolean | Returns true if the entity has defined the primary key. |
| HasForeignKey | Boolean | Returns true if the entity has defined the foreign key. |
| PrimaryKeys | Enumeration | Enumerates all primary keys of the entity. The default variable used for the enumeration is Key. |
| ForeignKeys | Enumeration | Enumerates all foreign keys of the entity. The default variable used for the enumeration is Key. |
| NullableAttributes | Enumeration | Enumerates all nullable attributes of the entity. The default variable used for the enumeration is Attribute. |
| NotNullableAttributes | Enumeration | Enumerates all not-nullable attributes of the entity. The default variable used for the enumeration is Attribute. |
New Comment