/// <summary>
 /// Deprecated Method for adding a new object to the PolicyDeltaReportDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPolicyDeltaReportDataSets(PolicyDeltaReportDataSet policyDeltaReportDataSet)
 {
     base.AddObject("PolicyDeltaReportDataSets", policyDeltaReportDataSet);
 }
 /// <summary>
 /// Create a new PolicyDeltaReportDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="reportId">Initial value of the ReportId property.</param>
 /// <param name="groupId">Initial value of the GroupId property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="changeType">Initial value of the ChangeType property.</param>
 /// <param name="hasData">Initial value of the HasData property.</param>
 public static PolicyDeltaReportDataSet CreatePolicyDeltaReportDataSet(global::System.Int32 id, global::System.Guid reportId, global::System.Int64 groupId, global::System.Int64 computerId, global::System.Int32 changeType, global::System.Boolean hasData)
 {
     PolicyDeltaReportDataSet policyDeltaReportDataSet = new PolicyDeltaReportDataSet();
     policyDeltaReportDataSet.Id = id;
     policyDeltaReportDataSet.ReportId = reportId;
     policyDeltaReportDataSet.GroupId = groupId;
     policyDeltaReportDataSet.ComputerId = computerId;
     policyDeltaReportDataSet.ChangeType = changeType;
     policyDeltaReportDataSet.HasData = hasData;
     return policyDeltaReportDataSet;
 }