partial void Deletecomponentes_pregunta(componentes_pregunta instance);
partial void Updatecomponentes_pregunta(componentes_pregunta instance);
private void detach_componentes_preguntas(componentes_pregunta entity) { this.SendPropertyChanging(); entity.Componente = null; }
partial void Insertcomponentes_pregunta(componentes_pregunta instance);
private void attach_componentes_preguntas(componentes_pregunta entity) { this.SendPropertyChanging(); entity.Pregunta = this; }