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
row
Type: WebSvcAdmin.DepartmentsDataSet.DepartmentsRowThe DepartmentsRow object to remove.
See also
Reference
DepartmentsDataSet.DepartmentsDataTable class