ComponentOne DataObjects for .NET
Parent Property (ViewRelation)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > ViewRelation Class : Parent Property
Gets or sets the parent table view.
Syntax
'Declaration
 
Public Property Parent As TableView
public TableView Parent {get; set;}
Remarks
If the view relation is inverted with respect to the table relation on which it is based, the view relation's Child is based on the table relation's Relation.Parent, and the view relation's Parent is based on the table relation's Relation.Child.
See Also

Reference

ViewRelation Class
ViewRelation Members
View Relations