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

In This Topic
    GetChildRows(C1ViewRelation) Method
    In This Topic
    Gets the child rows of this C1ViewRow using the specified C1ViewRelation.
    Syntax
    'Declaration
     
    Public Overloads Function GetChildRows( _
       ByVal relation As C1ViewRelation _
    ) As C1ViewRow()
    public C1ViewRow[] GetChildRows( 
       C1ViewRelation relation
    )

    Parameters

    relation
    The C1ViewRelation to use.

    Return Value

    An array of child C1ViewRow objects.
    See Also