Specifies the type of relationship between two tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum Relationship |
Visual Basic
![]() |
---|
Public Enum Relationship |
Member name | Description | |
---|---|---|
![]() |
OneToMany |
The relationship is of type 1:M, that is, one to many. |
![]() |
ManyToOne |
The relationship is of type M:1, that is, many to one. |
Use the enumeration values when drawing database diagrams. It helps you specify how database tables' fields are related.
MvcDiagram Programmer's Guide | © 2025 MindFusion |