ProjectDataSet.AssignmentDataTable.RemoveAssignmentRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Specifies the row that is to be deleted.