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

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

    Parameters

    parentRow
    relation
    See Also