EntityRelationshipType Enumeration |
Enum definition for the type of the entity relationships defined between entities.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum EntityRelationshipType
Public Enumeration EntityRelationshipType
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
The relation type is undefined.
|
| OneToOne | 1 |
A 1:1 relationship
|
| OneToMany | 2 |
A 1:n relationship
|
| ManyToMany | 3 |
A m:n relationship
|
| ManyToOne | 4 |
A m:1 relationship
|
See Also