RelationshipEndCardinality 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.
An enumeration of possible values for defining cardinality on either side of a table relationship.
public enum RelationshipEndCardinality
type RelationshipEndCardinality =
Public Enum RelationshipEndCardinality
- Inheritance
-
RelationshipEndCardinality
Fields
Name | Value | Description |
---|---|---|
None | 0 | The relationship is unspecified. |
One | 1 | Specifies the 'one' side of a one-to-one or one-to-many relationship. |
Many | 2 | Specifies the 'many' side of a one-to-many relationship. |