Multiplicity Enum

Definition

Specifies whether a relationship end is connected to the "one" or "many" side of a one-to-many relation.

public enum Multiplicity
type Multiplicity = 
Public Enum Multiplicity
Inheritance
Multiplicity

Fields

Many 0

The "many" side of the one-to-many relationship.

One 1

The "one" side of a one-to-many relationship.

Applies to