Example #1
0
 partial void DeleteQuizQuestion(QuizQuestion instance);
Example #2
0
 partial void UpdateQuizQuestion(QuizQuestion instance);
Example #3
0
 private void detach_QuizQuestions(QuizQuestion entity)
 {
     this.SendPropertyChanging();
     entity.Quize = null;
 }
Example #4
0
 partial void InsertQuizQuestion(QuizQuestion instance);
Example #5
0
 private void attach_QuizQuestions(QuizQuestion entity)
 {
     this.SendPropertyChanging();
     entity.Quize = this;
 }