Example #1
0
 /// <summary>
 /// Create a new tblTrainer_CourseList object.
 /// </summary>
 /// <param name="idTrainer">Initial value of the idTrainer property.</param>
 /// <param name="idCourse">Initial value of the idCourse property.</param>
 public static tblTrainer_CourseList CreatetblTrainer_CourseList(global::System.Int32 idTrainer, global::System.Int32 idCourse)
 {
     tblTrainer_CourseList tblTrainer_CourseList = new tblTrainer_CourseList();
     tblTrainer_CourseList.idTrainer = idTrainer;
     tblTrainer_CourseList.idCourse = idCourse;
     return tblTrainer_CourseList;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblTrainer_CourseList EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblTrainer_CourseList(tblTrainer_CourseList tblTrainer_CourseList)
 {
     base.AddObject("tblTrainer_CourseList", tblTrainer_CourseList);
 }