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

In This Topic
    ParentColumns Property
    In This Topic
    Gets an array of C1ViewColumn objects from the ParentView which are the parent columns of this relation.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentColumns As C1ViewColumn()
    public C1ViewColumn[] ParentColumns {get;}
    See Also