Share via


DepartmentsDataSet.DepartmentsDataTable.RemoveDepartmentsRow method

Removes the specified row in the DepartmentsDataTable.

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

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

WebSvcAdmin namespace