コード例 #1
0
 private void detach_QuestAnswers(QuestAnswers entity)
 {
     this.SendPropertyChanging();
     entity.QuestQuestions = null;
 }
コード例 #2
0
 partial void DeleteQuestAnswers(QuestAnswers instance);
コード例 #3
0
 partial void InsertQuestAnswers(QuestAnswers instance);
コード例 #4
0
 partial void UpdateQuestAnswers(QuestAnswers instance);
コード例 #5
0
 private void attach_QuestAnswers(QuestAnswers entity)
 {
     this.SendPropertyChanging();
     entity.QuestAnketa = this;
 }