[This is preliminary documentation and is subject to change.]
Cardinality of type relations.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum RelationCardinality
Public Enumeration RelationCardinality
public enum class RelationCardinality
Members
Member | Description |
---|---|
Undefined |
Unknown, should never happen.
|
OneToOne |
One to the left, one to the right.
|
OneToMany |
One to the left, unbound to the right.
|
ManyToMany |
Unbound on both sides.
|
ManyToOne |
Unbound left, one to the right.
|