ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / GetChildRows Method / GetChildRows() Method

In This Topic
    GetChildRows() Method
    In This Topic
    Gets the child rows of this C1ViewRow using the first meat child C1ViewRelation
    Syntax
    'Declaration
     
    Public Overloads Function GetChildRows() As C1ViewRow()
    public C1ViewRow[] GetChildRows()

    Return Value

    An array of child C1ViewRow objects.
    Remarks
    This method is useful when owning C1DataView has a single child C1ViewRelation.
    See Also