StatusingDataSet.ProjectsDataTable.AddProjectsRow 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 a ProjectsRow object to the ProjectsDataTable.
public:
void AddProjectsRow(WebSvcStatusing::StatusingDataSet::ProjectsRow ^ row);
public void AddProjectsRow(WebSvcStatusing.StatusingDataSet.ProjectsRow row);
member this.AddProjectsRow : WebSvcStatusing.StatusingDataSet.ProjectsRow -> unit
Public Sub AddProjectsRow (row As StatusingDataSet.ProjectsRow)
Parameters
The projects row to add.
Remarks
The AddProjectsRow method signature is overloaded as follows:
- Third-party developers should use the overload that has a single StatusingDataSet.ProjectsRow parameter; for example, AddProjectsRow(StatusingDataSet.ProjectsRow row).
- The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in ProjectsRow. This overload is used internally.