Specifies the type of relationship between two tables.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public enum Relationship |
Visual Basic
Copy Code
|
|---|
Public Enum Relationship |
Members| Member name | Description | |
|---|---|---|
![]() |
ManyToOne |
The relationship is of type M:1, that is, many to one. |
![]() |
OneToMany |
The relationship is of type 1:M, that is, one to many. |
RemarksUse the enumeration values when drawing database diagrams. It helps to specify how database tables' fields are related.
See Also