Example #1
0
 private void attach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Interview = this;
 }
Example #2
0
 private void detach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Interview = null;
 }
Example #3
0
 partial void DeleteAnswers(Answers instance);
Example #4
0
 partial void UpdateAnswers(Answers instance);
Example #5
0
 partial void InsertAnswers(Answers instance);
Example #6
0
 private void detach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Questions = null;
 }
Example #7
0
 private void attach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Questions = this;
 }