Creates a relation with the specified table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink AddRelation ( |
Visual Basic
Copy Code
|
|---|
Public Function AddRelation( _ |
A DiagramLink object representing the relation.
RemarksCall this method to link rows of two tables.
See Also