private void detach_Preguntas(Pregunta entity) { this.SendPropertyChanging(); entity.Componente = null; }
partial void DeletePregunta(Pregunta instance);
partial void InsertPregunta(Pregunta instance);
partial void UpdatePregunta(Pregunta instance);
private void detach_Preguntas(Pregunta entity) { this.SendPropertyChanging(); entity.Privilegiado = null; }