ASP.NET Pack Programmer's Guide
TableNode.BreakRelation Method
See Also
 





Breaks the relation with the specified table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void BreakRelation (
    int row,
    Relationship rel,
    TableNode tableNode
)

Visual Basic  Copy Code

Public Sub BreakRelation( _
    row As Integer, _
    rel As Relationship, _
    tableNode As TableNode _
)

 Parameters

row
Zero-based index of a row in this table that is related to a row in another.
rel
The type of the relation (and the direction of the link).
tableNode
The other table in the relation.

 Remarks

Call this method to break the link between two tables.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
AddRelation Method