DriverDataSet.DriverDataTable.AddDriverRow Method (DriverDataSet.DriverRow)
Adds a DriverRow object to the DriverDataTable.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
Public Sub AddDriverRow ( _
row As DriverDataSet.DriverRow _
)
'Usage
Dim instance As DriverDataSet.DriverDataTable
Dim row As DriverDataSet.DriverRow
instance.AddDriverRow(row)
public void AddDriverRow(
DriverDataSet.DriverRow row
)
Parameters
- row
Type: [Driver Web service].DriverDataSet.DriverRow
Contains the row that is to be added.
See Also
Reference
DriverDataSet.DriverDataTable Class