/// <summary>
 /// Create a new InstalledSoftwareReportDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="computerDetailsReportDataId">Initial value of the ComputerDetailsReportDataId property.</param>
 public static InstalledSoftwareReportDataSet CreateInstalledSoftwareReportDataSet(global::System.Int32 id, global::System.Int64 computerId, global::System.Int64 computerDetailsReportDataId)
 {
     InstalledSoftwareReportDataSet installedSoftwareReportDataSet = new InstalledSoftwareReportDataSet();
     installedSoftwareReportDataSet.Id = id;
     installedSoftwareReportDataSet.ComputerId = computerId;
     installedSoftwareReportDataSet.ComputerDetailsReportDataId = computerDetailsReportDataId;
     return installedSoftwareReportDataSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the InstalledSoftwareReportDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstalledSoftwareReportDataSets(InstalledSoftwareReportDataSet installedSoftwareReportDataSet)
 {
     base.AddObject("InstalledSoftwareReportDataSets", installedSoftwareReportDataSet);
 }