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

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

    Parameters

    relationName
    See Also