TimesheetManagersDataSet.TimesheetManagersDataTable.AddTimesheetManagersRow method (TimesheetManagersDataSet.TimesheetManagersRow)
Adds a TimeManagersRow to the TimeManagersDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddTimesheetManagersRow ( _
row As TimesheetManagersDataSet.TimesheetManagersRow _
)
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim row As TimesheetManagersDataSet.TimesheetManagersRow
instance.AddTimesheetManagersRow(row)
public void AddTimesheetManagersRow(
TimesheetManagersDataSet.TimesheetManagersRow row
)
Parameters
row
Type: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRowThe TimeManagersRow to add.
See also
Reference
TimesheetManagersDataSet.TimesheetManagersDataTable class
TimesheetManagersDataSet.TimesheetManagersDataTable members