AtkManyToManyRelation: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{relation}} | |||
The atkManyToManyRelation is an abstract class for many to many relations. True N:M relations can be created in 3 ways: | The atkManyToManyRelation is an abstract class for many to many relations. True N:M relations can be created in 3 ways: | ||
* [[atkManyBoolRelation]] | * [[atkManyBoolRelation]] | ||
* [[atkShuttleRelation]] | * [[atkShuttleRelation]] | ||
* [[Normalized with an intermediary table]] | * [[Normalized many-to-many relation|Normalized with an intermediary table]] | ||
[[Category:Relations]] | |||
Latest revision as of 21:53, 18 August 2008
The atkManyToManyRelation is an abstract class for many to many relations. True N:M relations can be created in 3 ways: