See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DbRelationRenderer type exposes the following members.

Properties

  NameDescription
Public propertyChildItem
Get or set the TableItemControl that the child side of the relation is on. TableItemControl.Table must be equal to Relation.ChildTable.
Public propertyParentItem
Get or set the TableItemControl that the parent side of the relation is on. TableItemControl.Table must be equal to Relation.ParentTable.
Public propertyRelationLayout
Get or set the DiagramRelationLayout object that is being rendered.

See Also