DepartmentsDataSet.DepartmentsDataTable.RemoveDepartmentsRow Method

Removes the specified row in the DepartmentsDataTable.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Sub RemoveDepartmentsRow ( _
    row As DepartmentsDataSet.DepartmentsRow _
)
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim row As DepartmentsDataSet.DepartmentsRow

instance.RemoveDepartmentsRow(row)
public void RemoveDepartmentsRow(
    DepartmentsDataSet.DepartmentsRow row
)

Parameters

See Also

Reference

DepartmentsDataSet.DepartmentsDataTable Class

DepartmentsDataSet.DepartmentsDataTable Members

Admin Web Service