PlannerSolutionDataSet.SolutionResHiredDataTable.RemoveSolutionResHiredRow method
Deletes the specified row object from the SolutionResHiredDataTable.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveSolutionResHiredRow ( _
row As PlannerSolutionDataSet.SolutionResHiredRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim row As PlannerSolutionDataSet.SolutionResHiredRow
instance.RemoveSolutionResHiredRow(row)
public void RemoveSolutionResHiredRow(
PlannerSolutionDataSet.SolutionResHiredRow row
)
Parameters
row
Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRowContains the row information.
See also
Reference
PlannerSolutionDataSet.SolutionResHiredDataTable class