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

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

    Parameters

    relationName
    version
    See Also