MindFusion.Wpf Pack Programmer's Guide
TableNode.Row.RelatedManyToOne Property
See Also
 





Gets a collection of all tables that are in many-to-one relation with this table row.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramNodeCollection RelatedManyToOne { get; }

Visual Basic  Copy Code

Public ReadOnly Property RelatedManyToOne As DiagramNodeCollection

 Property Value

A DiagramNodeCollection containing references to the TableNode objects, which are in relation M:1 with this row.

 Remarks

When working with database diagrams, use this property to find all tables which are in M:1 relation with this row.

 See Also

TableNode.Row Members
TableNode.Row Class
MindFusion.Diagramming.Wpf Namespace
RelatedOneToMany Property