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