Multiplicity 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.
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
Name | Value | Description |
---|---|---|
Many | 0 | The "many" side of the one-to-many relationship. |
One | 1 | The "one" side of a one-to-many relationship. |