ProjectDataSet.DependencyDataTable.AddDependencyRow Method (ProjectDataSet.DependencyRow)

Adds a DependencyRow object to the DependencyDataTable.

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

Syntax

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

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

Parameters

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

AddDependencyRow Overload

Project Web Service