Compartilhar via


PlannerSolutionDataSet.SolutionsDataTable.NewRowFromBuilder method

This member overrides DataTable.NewRowFromBuilder(DataRowBuilder).

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Protected Overrides Function NewRowFromBuilder ( _
    builder As DataRowBuilder _
) As DataRow
'Uso
Dim builder As DataRowBuilder
Dim returnValue As DataRow

returnValue = Me.NewRowFromBuilder(builder)
protected override DataRow NewRowFromBuilder(
    DataRowBuilder builder
)

Parâmetros

Valor retornado

Type: System.Data.DataRow
Retorna DataRow.

Ver também

Referência

PlannerSolutionDataSet.SolutionsDataTable class

PlannerSolutionDataSet.SolutionsDataTable members

WebSvcPortfolioAnalyses namespace