Interface IRelation
This interface is used to connect parent and child table definitions. It provides a means for a child table to obtain its data items.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
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
bool IsSelfReference { get; set; }
Property Value
System.Boolean
|
Name
Gets or sets the name of the relation.
Declaration
string Name { get; set; }
Property Value
System.String
The name. |