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