/// <summary>
 /// Create a new InstalledSoftwareRawDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="updated">Initial value of the Updated property.</param>
 public static InstalledSoftwareRawDataSet CreateInstalledSoftwareRawDataSet(global::System.Int64 id, global::System.Int64 computerId, global::System.DateTime updated)
 {
     InstalledSoftwareRawDataSet installedSoftwareRawDataSet = new InstalledSoftwareRawDataSet();
     installedSoftwareRawDataSet.Id = id;
     installedSoftwareRawDataSet.ComputerId = computerId;
     installedSoftwareRawDataSet.Updated = updated;
     return installedSoftwareRawDataSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the InstalledSoftwareRawDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstalledSoftwareRawDataSets(InstalledSoftwareRawDataSet installedSoftwareRawDataSet)
 {
     base.AddObject("InstalledSoftwareRawDataSets", installedSoftwareRawDataSet);
 }