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

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

    Parameters

    relationName
    version
    See Also