TimesheetLineClassDataSet.DepartmentsDataTable.GetEnumerator method
Gets an enumerator that is used to iterate through the rows of the DepartmentsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As TimesheetLineClassDataSet.DepartmentsDataTable
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
Return value
Type: System.Collections.IEnumerator
An iterator for the departments data table.
Implements
See also
Reference
TimesheetLineClassDataSet.DepartmentsDataTable class