DriverDataSet.DriverRow class

Contains a row of driver information.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcDriver.DriverDataSet.DriverRow

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

Syntax

'Declaration
Public Class DriverRow _
    Inherits DataRow
'Usage
Dim instance As DriverDataSet.DriverRow
public class DriverRow : DataRow

Remarks

One row from the DriverDataSet.DriverDataTable 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.

See also

Reference

DriverDataSet.DriverRow members

WebSvcDriver namespace