StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable.RemovePreDependenciesRow method
Deletes a row object from the PreDependenciesDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
row
Type: WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PreDependenciesRowContains the row that is to be deleted.
See also
Reference
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable class
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable members