AtomsFramework Persistence Layer Reference Guide

AssociationMap.Cardinality Enumeration

[This is preliminary documentation and subject to change.]

The possible cardinalities of an association

[Visual Basic]
Public Enum AssociationMap.Cardinality
[C#]
public enum AssociationMap.Cardinality

Remarks

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.

Members

Member Name Description
OneToOne Indicates a One-To-One Association
OneToMany Indicates a One-To-Many Association.
ManyToMany Indicates a Many-To-Many Association

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFramework Namespace