TimesheetListDataSet.TimesheetsDataTable.RemoveTimesheetsRow Method
Deletes the specified TimesheetsRow from the TimesheetsDataTable.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveTimesheetsRow ( _
row As TimesheetListDataSet.TimesheetsRow _
)
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow
instance.RemoveTimesheetsRow(row)
public void RemoveTimesheetsRow(
TimesheetListDataSet.TimesheetsRow row
)
Parameters
- row
Type: [TimeSheet Web service].TimesheetListDataSet.TimesheetsRow
The TimesheetsRow to be deleted.
See Also
Reference
TimesheetListDataSet.TimesheetsDataTable Class