ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class / GetParentRows Method

In This Topic
    GetParentRows Method
    In This Topic
    Gets an array of parent rows of this C1ViewRow.
    Syntax
    'Declaration
     
    Public Function GetParentRows() As C1ViewRow()
    public C1ViewRow[] GetParentRows()

    Return Value

    An array of parent rows.
    See Also