DriverDataSet.DriverImpactStatementsDataTable.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID method
Retrieves the DriverImpactStatementsRow object by using the specified driver GUID, the custom field GUID, and the look up table GUID.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID ( _
DRIVER_UID As Guid, _
PROJECT_IMPACT_CF_UID As Guid, _
LT_STRUCT_UID As Guid _
) As DriverDataSet.DriverImpactStatementsRow
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim DRIVER_UID As Guid
Dim PROJECT_IMPACT_CF_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As DriverDataSet.DriverImpactStatementsRow
returnValue = instance.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(DRIVER_UID, _
PROJECT_IMPACT_CF_UID, LT_STRUCT_UID)
public DriverDataSet.DriverImpactStatementsRow FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(
Guid DRIVER_UID,
Guid PROJECT_IMPACT_CF_UID,
Guid LT_STRUCT_UID
)
Parameters
DRIVER_UID
Type: System.GuidThe unique identifier for the driver and its associated impact statement.
PROJECT_IMPACT_CF_UID
Type: System.GuidThe unique identifier for the custom field.
LT_STRUCT_UID
Type: System.GuidThe unique identifier of the lookup table that is associated with the specified driver impact statement.
Return value
Type: WebSvcDriver.DriverDataSet.DriverImpactStatementsRow
See also
Reference
DriverDataSet.DriverImpactStatementsDataTable class