private void detach_QuestAnswers(QuestAnswers entity) { this.SendPropertyChanging(); entity.QuestQuestions = null; }
partial void DeleteQuestAnswers(QuestAnswers instance);
partial void InsertQuestAnswers(QuestAnswers instance);
partial void UpdateQuestAnswers(QuestAnswers instance);
private void attach_QuestAnswers(QuestAnswers entity) { this.SendPropertyChanging(); entity.QuestAnketa = this; }