ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRelation Class / ChildView Property

In This Topic
    ChildView Property
    In This Topic
    Gets or sets the child (detail) C1DataView of the relation.
    Syntax
    'Declaration
     
    Public Property ChildView As C1DataView
    public C1DataView ChildView {get; set;}
    Remarks
    See the C1DataView Relations topic for details on the C1ViewRelation definition.
    See Also