Share via


DriverPrioritizationDataSet.DriverRelationsDataTable.AddDriverRelationsRow method (Guid, Guid, Guid, Guid)

Adds a DriverRelationsRow object to the DriverRelationsDataTable by using separate parameters.

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

Syntax

'Declaration
Public Function AddDriverRelationsRow ( _
    PRIORITIZATION_UID As Guid, _
    DRIVER1_UID As Guid, _
    DRIVER2_UID As Guid, _
    LT_STRUCT_UID As Guid _
) As DriverPrioritizationDataSet.DriverRelationsRow
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsDataTable
Dim PRIORITIZATION_UID As Guid
Dim DRIVER1_UID As Guid
Dim DRIVER2_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As DriverPrioritizationDataSet.DriverRelationsRow

returnValue = instance.AddDriverRelationsRow(PRIORITIZATION_UID, _
    DRIVER1_UID, DRIVER2_UID, LT_STRUCT_UID)
public DriverPrioritizationDataSet.DriverRelationsRow AddDriverRelationsRow(
    Guid PRIORITIZATION_UID,
    Guid DRIVER1_UID,
    Guid DRIVER2_UID,
    Guid LT_STRUCT_UID
)

Parameters

  • PRIORITIZATION_UID
    Type: System.Guid

    GUID of the prioritization.

  • DRIVER1_UID
    Type: System.Guid

    GUID of the first driver.

  • DRIVER2_UID
    Type: System.Guid

    GUID of the second driver.

  • LT_STRUCT_UID
    Type: System.Guid

    GUID of the lookup table value.

Return value

Type: WebSvcDriver.DriverPrioritizationDataSet.DriverRelationsRow

Remarks

In general, developers should use the AddDriverRelationsRow overload.

See also

Reference

DriverPrioritizationDataSet.DriverRelationsDataTable class

DriverPrioritizationDataSet.DriverRelationsDataTable members

AddDriverRelationsRow overload

WebSvcDriver namespace