Jump to content

AtkManyToManyRelation: Difference between revisions

From NusaATK
No edit summary
 
No edit summary
 
(3 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 intermediairy table]]
* [[Normalized many-to-many relation|Normalized with an intermediary table]]
 
[[Category:Relations]]

Latest revision as of 21:53, 18 August 2008

File:AtkManyToManyRelation.png
atkManyToManyRelation screenshot

The atkManyToManyRelation is an abstract class for many to many relations. True N:M relations can be created in 3 ways: