Share via


EdmMultiplicity Enum

Definition

Enumerates the multiplicities of EDM navigation properties.

public enum EdmMultiplicity
type EdmMultiplicity = 
Public Enum EdmMultiplicity
Inheritance
EdmMultiplicity

Fields

Many 3

The Multiplicity of the association end is many.

One 2

The Multiplicity of the association end is one.

Unknown 0

The Multiplicity of the association end is unknown.

ZeroOrOne 1

The Multiplicity of the association end is zero or one.

Applies to