TimesheetListDataSet.TimesheetsDataTable.RemoveTimesheetsRow method
Deletes the specified TimesheetsRow from the TimesheetsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRowThe TimesheetsRow to be deleted.
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class