TableRelation
Class
This class represents a relation between two tables. It is similar to relations modeled with foreign keys in relational databases.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class TableRelation : RelationBase, IRelation
Inheritance: objectRelationBaseTableRelation
Implements:
Inherited Members
Constructors
C#
public TableRelation()
Properties
Gets the field names. This collection contains mappings of columns from the master table to columns in the child table.
C#
public FieldDescriptorNamePairCollection FieldNames { get; }
The field names.
Methods
Gets the child data source.
C#
public override object GetDataSource(object context, DataItemCollection parentItems)
The data context.
parentItemsDataItemCollectionThe parent items collection.
Returns:Overrides: