ProjectDataSet.AssignmentDataTable.AddAssignmentRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an AssignmentRow object to the AssignmentDataTable.
public:
void AddAssignmentRow(WebSvcStatusing::ProjectDataSet::AssignmentRow ^ row);
public void AddAssignmentRow(WebSvcStatusing.ProjectDataSet.AssignmentRow row);
member this.AddAssignmentRow : WebSvcStatusing.ProjectDataSet.AssignmentRow -> unit
Public Sub AddAssignmentRow (row As ProjectDataSet.AssignmentRow)
Parameters
The assignment row object to add.
Remarks
The AddAssignmentRow method signature is overloaded as follows:
- Third-party developers should use the overload that has a single ProjectDataSet.AssignmentRow parameter, for example, AddAssignmentRow(ProjectDataSet.AssignmentRow row).
- The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in an AssignmentRow.