コード例 #1
0
 private void detach_ExamsQuestions(ExamsQuestion entity)
 {
     this.SendPropertyChanging();
     entity.Exam = null;
 }
コード例 #2
0
 private void attach_ExamsQuestions(ExamsQuestion entity)
 {
     this.SendPropertyChanging();
     entity.Exam = this;
 }
コード例 #3
0
 partial void UpdateExamsQuestion(ExamsQuestion instance);
コード例 #4
0
 partial void DeleteExamsQuestion(ExamsQuestion instance);
コード例 #5
0
 partial void InsertExamsQuestion(ExamsQuestion instance);