Creates a relation with the specified table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksCall this method to link rows of two tables.
See Also