/// <summary> /// Create a new ReportGroup object. /// </summary> /// <param name="reportGroupID">Initial value of the ReportGroupID property.</param> /// <param name="reportGroup1">Initial value of the ReportGroup1 property.</param> public static ReportGroup CreateReportGroup(global::System.Int32 reportGroupID, global::System.String reportGroup1) { ReportGroup reportGroup = new ReportGroup(); reportGroup.ReportGroupID = reportGroupID; reportGroup.ReportGroup1 = reportGroup1; return reportGroup; }
/// <summary> /// Deprecated Method for adding a new object to the ReportGroups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReportGroups(ReportGroup reportGroup) { base.AddObject("ReportGroups", reportGroup); }