DriverDataSet.DriverDepartmentsRow class
Contains a row of departmental driver information.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcDriver.DriverDataSet.DriverDepartmentsRow
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Class DriverDepartmentsRow _
Inherits DataRow
'Usage
Dim instance As DriverDataSet.DriverDepartmentsRow
public class DriverDepartmentsRow : DataRow
Remarks
One row from the DriverDataSet.DriverDepartmentsDataTable table.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.