Enum definition for the type of relation an EntityRelation object represents.
There is no definition for m:n relation because EntityRelation can't represent a m:n relation
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax Public Enumeration RelationType
Members
| Member name | Value | Description |
---|
| OneToMany | 0 |
A 1:n relation
|
| OneToOne | 1 |
A 1:1 relation
|
| ManyToOne | 2 |
A m:1 relation
|
| ManyToMany | 3 |
A m:n relation
|
See Also