Creates a relation with the specified table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public DiagramLink AddRelation ( |
Visual Basic Copy Code |
---|
Public Function AddRelation( _ |
Zero-based index of a row in this table to be related.
The type of the relation (and the direction of the link).
The other table in the relation.
Zero-based index of the row in the other table.
A DiagramLink object representing the relation.
Call this method to link rows of two tables.
WpfDiagram Programmer's Guide | © 2024 MindFusion |