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

In This Topic
    SetParentRow(DataRow) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetParentRow( _
       ByVal parentRow As System.Data.DataRow _
    ) 
    public void SetParentRow( 
       System.Data.DataRow parentRow
    )

    Parameters

    parentRow
    See Also