Enum CardinalityType
C#
public enum CardinalityType
Fields
OneToMany | Specifies that a related attribute has a one-to-many relationship with this attribute. |
OneToOne | Specifies that a related attribute has a one-to-one relationship with this attribute. |