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.

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

bool

True if this relation is a self-reference one; otherwise, false.

Name

Gets or sets the name of the relation.

Declaration

cs-api-definition
string Name { get; set; }

Property Value

string

The name.

In this article
DefinitionPropertiesIsSelfReferenceName
Not finding the help you need?
Contact Support