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

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

    Parameters

    relationName
    See Also