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