コード例 #1
0
 private void detach_answers_to_questions(answers_to_questions entity)
 {
     this.SendPropertyChanging();
     entity.pool_question = null;
 }
コード例 #2
0
 private void attach_answers_to_questions(answers_to_questions entity)
 {
     this.SendPropertyChanging();
     entity.pool_answer = this;
 }
コード例 #3
0
 partial void Updateanswers_to_questions(answers_to_questions instance);
コード例 #4
0
 partial void Deleteanswers_to_questions(answers_to_questions instance);
コード例 #5
0
 partial void Insertanswers_to_questions(answers_to_questions instance);