RelationshipMultiplicity Enumeration
Represents the multiplicity information about the end of a relationship type
Assembly: EntityFramework (in EntityFramework.dll)
Member name | Description | |
---|---|---|
Many | Lower bound is zero and upper bound is null | |
One | Both lower bound and upper bound is one | |
ZeroOrOne | Lower Bound is Zero and Upper Bound is One |