DriverDataSet.DriverDataTable.NewDriverRow Method
Creates a row object in 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 Function NewDriverRow As DriverDataSet.DriverRow
'Usage
Dim instance As DriverDataSet.DriverDataTable
Dim returnValue As DriverDataSet.DriverRow
returnValue = instance.NewDriverRow()
public DriverDataSet.DriverRow NewDriverRow()
Return Value
Type: [Driver Web service].DriverDataSet.DriverRow
See Also
Reference
DriverDataSet.DriverDataTable Class