AtomsFramework Persistence Layer Reference Guide

AssociationMap.CardinalityType Property

[This is preliminary documentation and subject to change.]

The cardinality of the association

[Visual Basic]
Public Property CardinalityType As Cardinality
[C#]
public AssociationMap.Cardinality CardinalityType {get; set;}

Property Value

Remarks

The cardinality of the association determines wether other properties of the AssociationMap are populated.

1-1 and 1-M associations will have association entries, while M-N associations will have an association table.

See Also

AssociationMap Class | AtomsFramework Namespace