Редагувати

Поділитися через


ProjectDataSet.AssignmentDataTable.AddAssignmentRow Method

Definition

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

row
ProjectDataSet.AssignmentRow

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.

Applies to