IRelation
Interface
This interface is used to connect parent and child table definitions. It provides a means for a child table to obtain its data items.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public interface IRelation
Derived Classes:
Properties
Gets or sets a value indicating whether this instance is self-reference. Self-reference relations are used when the child data contains the same objects as the master.
C#
bool IsSelfReference { get; set; }
True if this relation is a self-reference one; otherwise, false.