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

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