Example #1
0
		private void detach_Choices(Choice entity)
		{
			this.SendPropertyChanging();
			entity.Question = null;
		}
Example #2
0
		private void attach_Choices(Choice entity)
		{
			this.SendPropertyChanging();
			entity.Question = this;
		}
Example #3
0
 partial void UpdateChoice(Choice instance);
Example #4
0
 partial void DeleteChoice(Choice instance);
Example #5
0
 partial void InsertChoice(Choice instance);