ProjectImpactDataSet.ImpactStatementsDataTable.AddImpactStatementsRow method (ProjectImpactDataSet.ImpactStatementsRow)
Adds an ImpactStatementsRow object to the ImpactStatementsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddImpactStatementsRow ( _
row As ProjectImpactDataSet.ImpactStatementsRow _
)
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsDataTable
Dim row As ProjectImpactDataSet.ImpactStatementsRow
instance.AddImpactStatementsRow(row)
public void AddImpactStatementsRow(
ProjectImpactDataSet.ImpactStatementsRow row
)
Parameters
row
Type: WebSvcProject.ProjectImpactDataSet.ImpactStatementsRowContains the ImpactStatementsRow to add.
See also
Reference
ProjectImpactDataSet.ImpactStatementsDataTable class
ProjectImpactDataSet.ImpactStatementsDataTable members