Share via


StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.RemovePostDependenciesRow method

Deletes a row object from the PostDependenciesDataTable.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub RemovePostDependenciesRow ( _
    row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow _
)
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Dim row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow

instance.RemovePostDependenciesRow(row)
public void RemovePostDependenciesRow(
    StatusingAssignmentDependenciesDataSet.PostDependenciesRow row
)

Parameters

See also

Reference

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable class

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable members

WebSvcStatusing namespace