StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.RemovePostDependenciesRow method
Deletes a row object from the PostDependenciesDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemovePostDependenciesRow ( _
row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow _
)
'Usage
Dim instance As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Dim row As StatusingAssignmentDependenciesDataSet.PostDependenciesRow
instance.RemovePostDependenciesRow(row)
public void RemovePostDependenciesRow(
StatusingAssignmentDependenciesDataSet.PostDependenciesRow row
)
Parameters
row
Type: WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRowContains the row that is to be deleted.
See also
Reference
StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable class
StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable members