コード例 #1
0
		private void detach_Question_categories(Question_category entity)
		{
			this.SendPropertyChanging();
			entity.Category = null;
		}
コード例 #2
0
 partial void DeleteQuestion_category(Question_category instance);
コード例 #3
0
 partial void InsertQuestion_category(Question_category instance);
コード例 #4
0
 partial void UpdateQuestion_category(Question_category instance);
コード例 #5
0
		private void attach_Question_categories(Question_category entity)
		{
			this.SendPropertyChanging();
			entity.Question = this;
		}