Пример #1
0
 partial void DeletetblAnsweroption(tblAnsweroption instance);
Пример #2
0
 partial void UpdatetblAnsweroption(tblAnsweroption instance);
Пример #3
0
		private void detach_tblAnsweroptions(tblAnsweroption entity)
		{
			this.SendPropertyChanging();
			entity.tblQuestion = null;
		}
Пример #4
0
 partial void InserttblAnsweroption(tblAnsweroption instance);
Пример #5
0
		private void attach_tblAnsweroptions(tblAnsweroption entity)
		{
			this.SendPropertyChanging();
			entity.tblAnswer = this;
		}