Search
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
Package: MindFusion.Diagramming

 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