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
- row
Type: [Admin Web service].DepartmentsDataSet.DepartmentsRow
The DepartmentsRow object to remove.
See Also
Reference
DepartmentsDataSet.DepartmentsDataTable Class