EdmMultiplicity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the multiplicities of EDM navigation properties.
public enum EdmMultiplicity
type EdmMultiplicity =
Public Enum EdmMultiplicity
- Inheritance
-
EdmMultiplicity
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The Multiplicity of the association end is unknown. |
ZeroOrOne | 1 | The Multiplicity of the association end is zero or one. |
One | 2 | The Multiplicity of the association end is one. |
Many | 3 | The Multiplicity of the association end is many. |