ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / Relations Property

In This Topic
    Relations Property
    In This Topic
    Gets the collection of C1ViewRelation objects that link C1DataView objects contained in C1DataViewSet and establishing master-detail relationships between them.
    Syntax
    'Declaration
     
    Public ReadOnly Property Relations As C1ViewRelationCollection
    public C1ViewRelationCollection Relations {get;}
    See Also