Share via


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

See also

Reference

PlannerSolutionDataSet.SolutionProjectsDataTable class

PlannerSolutionDataSet.SolutionProjectsDataTable members

WebSvcPortfolioAnalyses namespace