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

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

    Parameters

    relationName
    See Also