/// <summary>
 /// Create a new tblExam object.
 /// </summary>
 /// <param name="examID">Initial value of the ExamID property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static tblExam CreatetblExam(global::System.Int32 examID, global::System.Boolean isActive)
 {
     tblExam tblExam = new tblExam();
     tblExam.ExamID = examID;
     tblExam.IsActive = isActive;
     return tblExam;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblExams EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblExams(tblExam tblExam)
 {
     base.AddObject("tblExams", tblExam);
 }