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