ResourcePlanDataSet.DatesDataTable.AddDatesRow method (ResourcePlanDataSet.DatesRow)
Adds a DatesRow object to the DatesRow table.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddDatesRow ( _
row As ResourcePlanDataSet.DatesRow _
)
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim row As ResourcePlanDataSet.DatesRow
instance.AddDatesRow(row)
public void AddDatesRow(
ResourcePlanDataSet.DatesRow row
)
Parameters
row
Type: WebSvcResourcePlan.ResourcePlanDataSet.DatesRowContains the DatesRow that is to be added.
See also
Reference
ResourcePlanDataSet.DatesDataTable class