Share via


StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable.RemovePreDependenciesRow Method

Deletes a row object from the PreDependenciesDataTable.

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 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

Statusing Web Service