InterfaceIRelation
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:
cs-api-definition
public interface IRelation
Properties
IsSelfReference
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.
Declaration
cs-api-definition
bool IsSelfReference { get; set; }
Property Value
True if this relation is a self-reference one; otherwise, false.