SimpleORM.NET
RelationCardinality Enumeration
NamespacesSorm.InterfacesRelationCardinality

[This is preliminary documentation and is subject to change.]

Cardinality of type relations.
Declaration Syntax
C#Visual BasicVisual C++
public enum RelationCardinality
Public Enumeration RelationCardinality
public enum class RelationCardinality
Members
MemberDescription
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.

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068