Many to Many Relations
This table defines many-to-many relations between instances of this class and instances of other classes.
Field Description | Field Name |
Name. Name of the relation. | name |
Description. Human-readable description of the relation. | description |
Related Class. Class that's linked by the many-to-many relation. | relatedClass |
Cascade Delete. Defines whether linked instances of the Related Class should be deleted if an instance of this class is deleted.
| cascadeDelete |
These properties may be accessed through the manyToManyRelations variable.
Was this page helpful?