Enum CardinalityType
Namespace: Varigence.Languages.Biml.Dimension
Assembly: Biml.dll
C#
public enum CardinalityType
Fields
Fields | Description |
---|---|
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. |