/// <summary>
 /// Deprecated Method for adding a new object to the Exams EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToExams(Exam exam)
 {
     base.AddObject("Exams", exam);
 }
Beispiel #2
0
 partial void UpdateExam(Exam instance);
Beispiel #3
0
 partial void DeleteExam(Exam instance);
Beispiel #4
0
 partial void InsertExam(Exam instance);