ComponentOne DataObjects for .NET
Child Property (ViewRelation)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > ViewRelation Class : Child Property
Gets or sets the child table view.
Syntax
'Declaration
 
Public Property Child As TableView
public TableView Child {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