Share via


ProjectDataSet.DependencyDataTable.RemoveDependencyRow Method

Deletes the specified row object from the DependencyDataTable.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Sub RemoveDependencyRow ( _
    row As ProjectDataSet.DependencyRow _
)
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow

instance.RemoveDependencyRow(row)
public void RemoveDependencyRow(
    ProjectDataSet.DependencyRow row
)

Parameters

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

Statusing Web Service