ProjectDataSet.AssignmentCustomFieldsDataTable.RemoveAssignmentCustomFieldsRow 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 AssignmentCustomFieldsDataTable.
public:
void RemoveAssignmentCustomFieldsRow(WebSvcStatusing::ProjectDataSet::AssignmentCustomFieldsRow ^ row);
public void RemoveAssignmentCustomFieldsRow(WebSvcStatusing.ProjectDataSet.AssignmentCustomFieldsRow row);
member this.RemoveAssignmentCustomFieldsRow : WebSvcStatusing.ProjectDataSet.AssignmentCustomFieldsRow -> unit
Public Sub RemoveAssignmentCustomFieldsRow (row As ProjectDataSet.AssignmentCustomFieldsRow)
Parameters
Contains the row that is to be deleted.