TimesheetDataSet.ActionsDataTable.RemoveActionsRow method
Deletes the specified row object from the ActionsTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveActionsRow ( _
row As TimesheetDataSet.ActionsRow _
)
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow
instance.RemoveActionsRow(row)
public void RemoveActionsRow(
TimesheetDataSet.ActionsRow row
)
Parameters
row
Type: WebSvcTimeSheet.TimesheetDataSet.ActionsRowContains the row that is to be deleted.
See also
Reference
TimesheetDataSet.ActionsDataTable class