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