Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / aq Class / GetParentRow Method / GetParentRow(DataRelation) Method

In This Topic
    GetParentRow(DataRelation) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetParentRow( _
       ByVal relation As System.Data.DataRelation _
    ) As System.Data.DataRow
    public System.Data.DataRow GetParentRow( 
       System.Data.DataRelation relation
    )

    Parameters

    relation
    See Also