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.

  • When True, deleting an instance of this class will also delete all linked instances of the Related Class.

  • When False, deleting an instance of this class will remove all relations to this class, but linked instances of the Related Class will not be deleted.

cascadeDelete

These properties may be accessed through the manyToManyRelations variable.

Was this page helpful?