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