StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.RemovePostDependenciesRow 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 a row object from the PostDependenciesDataTable.
public:
void RemovePostDependenciesRow(WebSvcStatusing::StatusingAssignmentDependenciesDataSet::PostDependenciesRow ^ row);
public void RemovePostDependenciesRow(WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow row);
member this.RemovePostDependenciesRow : WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow -> unit
Public Sub RemovePostDependenciesRow (row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow)
Parameters
Contains the row that is to be deleted.