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

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

    Parameters

    relation
    See Also