ProjectDataSet.AssignmentDataTable.RemoveAssignmentRow method
Deletes the specified row object from the AssignmentDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveAssignmentRow ( _
row As ProjectDataSet.AssignmentRow _
)
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim row As ProjectDataSet.AssignmentRow
instance.RemoveAssignmentRow(row)
public void RemoveAssignmentRow(
ProjectDataSet.AssignmentRow row
)
Parameters
row
Type: WebSvcProject.ProjectDataSet.AssignmentRowContains the row information.
See also
Reference
ProjectDataSet.AssignmentDataTable class