DriverDataSet.DriverDepartmentsDataTable.NewDriverDepartmentsRow Method
Creates a DriverDepartmentsRow object in the DriverDepartmentsTable.
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 NewDriverDepartmentsRow As DriverDataSet.DriverDepartmentsRow
'Usage
Dim instance As DriverDataSet.DriverDepartmentsDataTable
Dim returnValue As DriverDataSet.DriverDepartmentsRow
returnValue = instance.NewDriverDepartmentsRow()
public DriverDataSet.DriverDepartmentsRow NewDriverDepartmentsRow()
Return Value
Type: [Driver Web service].DriverDataSet.DriverDepartmentsRow
See Also
Reference
DriverDataSet.DriverDepartmentsDataTable Class