ProjectDataSet.DependencyDataTable.AddDependencyRow method (ProjectDataSet.DependencyRow)
Adds a DependencyRow object to the DependencyDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
row
Type: WebSvcStatusing.ProjectDataSet.DependencyRowContains the row that is to be added.
See also
Reference
ProjectDataSet.DependencyDataTable class