DriverDataSet.DriverImpactStatementsDataTable.AddDriverImpactStatementsRow method (DriverDataSet.DriverRow, Guid, String, Guid, String)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddDriverImpactStatementsRow ( _
parentDriverRowByFK_Driver_DriverImpactStatements As DriverDataSet.DriverRow, _
PROJECT_IMPACT_CF_UID As Guid, _
PROJECT_IMPACT_CF_NAME As String, _
LT_STRUCT_UID As Guid, _
DESCRIPTION As String _
) As DriverDataSet.DriverImpactStatementsRow
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim parentDriverRowByFK_Driver_DriverImpactStatements As DriverDataSet.DriverRow
Dim PROJECT_IMPACT_CF_UID As Guid
Dim PROJECT_IMPACT_CF_NAME As String
Dim LT_STRUCT_UID As Guid
Dim DESCRIPTION As String
Dim returnValue As DriverDataSet.DriverImpactStatementsRow
returnValue = instance.AddDriverImpactStatementsRow(parentDriverRowByFK_Driver_DriverImpactStatements, _
PROJECT_IMPACT_CF_UID, PROJECT_IMPACT_CF_NAME, _
LT_STRUCT_UID, DESCRIPTION)
public DriverDataSet.DriverImpactStatementsRow AddDriverImpactStatementsRow(
DriverDataSet.DriverRow parentDriverRowByFK_Driver_DriverImpactStatements,
Guid PROJECT_IMPACT_CF_UID,
string PROJECT_IMPACT_CF_NAME,
Guid LT_STRUCT_UID,
string DESCRIPTION
)
Parameters
- parentDriverRowByFK_Driver_DriverImpactStatements
Type: WebSvcDriver.DriverDataSet.DriverRow
- PROJECT_IMPACT_CF_UID
Type: System.Guid
- PROJECT_IMPACT_CF_NAME
Type: System.String
- LT_STRUCT_UID
Type: System.Guid
- DESCRIPTION
Type: System.String
Return value
Type: WebSvcDriver.DriverDataSet.DriverImpactStatementsRow
Remarks
In general, developers should use the AddDriverImpactStatementsRow overload.
See also
Reference
DriverDataSet.DriverImpactStatementsDataTable class
DriverDataSet.DriverImpactStatementsDataTable members