Пример #1
0
 /// <summary>
 /// Create a new ReportMaster object.
 /// </summary>
 /// <param name="reportID">Initial value of the ReportID property.</param>
 public static ReportMaster CreateReportMaster(global::System.String reportID)
 {
     ReportMaster reportMaster = new ReportMaster();
     reportMaster.ReportID = reportID;
     return reportMaster;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportMasters(ReportMaster reportMaster)
 {
     base.AddObject("ReportMasters", reportMaster);
 }