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

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