RelationshipMultiplicity Enumeration
.NET Framework (current version)
Represents the multiplicity information about the End of a relationship type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Member name | Description | |
|---|---|---|
| Many | A lower bound is zero and an upper bound is null. | |
| One | A lower bound is one and an upper bound is one. | |
| ZeroOrOne | A lower bound is zero and an upper bound is one. |
.NET Framework
Available since 3.5
Available since 3.5
Show: