Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified row object from the ImpactStatementsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveImpactStatementsRow ( _
row As ProjectImpactDataSet.ImpactStatementsRow _
)
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsDataTable
Dim row As ProjectImpactDataSet.ImpactStatementsRow
instance.RemoveImpactStatementsRow(row)
public void RemoveImpactStatementsRow(
ProjectImpactDataSet.ImpactStatementsRow row
)
Parameters
row
Type: WebSvcProject.ProjectImpactDataSet.ImpactStatementsRowContains the ImpactStatementsRow to be deleted.
See also
Reference
ProjectImpactDataSet.ImpactStatementsDataTable class