Edit

Share via


ProjectDataSet.AssignmentDataTable.RemoveAssignmentRow Method

Definition

Deletes the specified row object from the AssignmentDataTable.

public:
 void RemoveAssignmentRow(WebSvcStatusing::ProjectDataSet::AssignmentRow ^ row);
public void RemoveAssignmentRow(WebSvcStatusing.ProjectDataSet.AssignmentRow row);
member this.RemoveAssignmentRow : WebSvcStatusing.ProjectDataSet.AssignmentRow -> unit
Public Sub RemoveAssignmentRow (row As ProjectDataSet.AssignmentRow)

Parameters

row
ProjectDataSet.AssignmentRow

Specifies the row that is to be deleted.

Applies to