Gets a collection of all tables that are in many-to-one relation with this table row.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNodeCollection RelatedManyToOne { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property RelatedManyToOne As DiagramNodeCollection |
A DiagramNodeCollection containing references to the TableNode objects, which are in relation M:1 with this row.
When working with database diagrams, use this property to find all tables which are in M:1 relation with this row.