Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum EntityRelationshipType
Members
  Member nameValueDescription
Undefined0 The relation type is undefined.
OneToOne1 A 1:1 relationship
OneToMany2 A 1:n relationship
ManyToMany3 A m:n relationship
ManyToOne4 A m:1 relationship
See Also