partial void DeletetblAnsweroption(tblAnsweroption instance);
partial void UpdatetblAnsweroption(tblAnsweroption instance);
private void detach_tblAnsweroptions(tblAnsweroption entity) { this.SendPropertyChanging(); entity.tblQuestion = null; }
partial void InserttblAnsweroption(tblAnsweroption instance);
private void attach_tblAnsweroptions(tblAnsweroption entity) { this.SendPropertyChanging(); entity.tblAnswer = this; }