/// <summary> /// Deprecated Method for adding a new object to the ReportPrintouts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReportPrintouts(ReportPrintout reportPrintout) { base.AddObject("ReportPrintouts", reportPrintout); }
/// <summary> /// Create a new ReportPrintout object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static ReportPrintout CreateReportPrintout(global::System.Int32 id) { ReportPrintout reportPrintout = new ReportPrintout(); reportPrintout.ID = id; return reportPrintout; }