ProjectDataSet.DependencyDataTable.RemoveDependencyRow method
Deletes the specified row object from the DependencyDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
row
Type: WebSvcProject.ProjectDataSet.DependencyRowContains the row that is to be deleted.
See also
Reference
ProjectDataSet.DependencyDataTable class