Click or drag to resize

DBRelationshipType Enumeration

Definition of different relationship types, specifiable with a DBRelationshipEdge object.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public enum DBRelationshipType
Members
  Member nameValueDescription
Undefined0 The relationship is of an undefined type.
OneToOne1 The relationship is a 1:1 relationship
ManyToOne2 The relationship is a m:1 relationship
ManyToMany3 The relationship is a m:n relationship
See Also