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

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

    Parameters

    relation
    version
    See Also