Specifies the type of relationship between two tables.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum Relationship |
Visual Basic Copy Code |
---|
Public Enum Relationship |
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. |
Use the enumeration values when drawing database diagrams. It helps you specify how database tables' fields are related.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |