ProjectDataSet.DependencyDataTable.NewDependencyRow method
Creates a DependencyRow object in the DependencyDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewDependencyRow As ProjectDataSet.DependencyRow
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim returnValue As ProjectDataSet.DependencyRow
returnValue = instance.NewDependencyRow()
public ProjectDataSet.DependencyRow NewDependencyRow()
Return value
Type: WebSvcProject.ProjectDataSet.DependencyRow
See also
Reference
ProjectDataSet.DependencyDataTable class