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

In This Topic
    GetParentRow Method
    In This Topic
    Gets a parent C1ViewRow for this row.
    Syntax
    'Declaration
     
    Public Function GetParentRow() As C1ViewRow
    public C1ViewRow GetParentRow()

    Return Value

    A parent C1ViewRow or a null value if there is no such a row.
    See Also