Share via


StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable.RemovePreDependenciesRow method

Deletes a row object from the PreDependenciesDataTable.

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

Syntax

'Declaration
Public Sub RemovePreDependenciesRow ( _
    row As StatusingAssignmentDependenciesDataSet.PreDependenciesRow _
)
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable
Dim row As StatusingAssignmentDependenciesDataSet.PreDependenciesRow

instance.RemovePreDependenciesRow(row)
public void RemovePreDependenciesRow(
    StatusingAssignmentDependenciesDataSet.PreDependenciesRow row
)

Parameters

See also

Reference

StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable class

StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable members

WebSvcStatusing namespace