MetadataCardinality Enumeration
Provides options for the type of relationship that exists between two entities in a metadata model.
Enumeration Values
Name | Summary |
---|---|
OneToOne | Specifies a one-to-one relationship. |
OneToMany | Specifies a one-to-many relationship. |
ManyToOne | Specifies a many-to-one relationship. |
ManyToMany | Specifies a many-to-many relationship. |