[This is preliminary documentation and subject to change.]
The possible cardinalities of an association
Association maps can only be one-to-one or one-to-many. Many-to-many associations should be represented by two one-to-many associations.
| Member Name | Description |
|---|---|
| OneToOne | Indicates a One-To-One Association |
| OneToMany | Indicates a One-To-Many Association. |
| ManyToMany | Indicates a Many-To-Many Association |
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)