예제 #1
0
 partial void DeleteCategory(Category instance);
예제 #2
0
 partial void UpdateCategory(Category instance);
예제 #3
0
 partial void InsertCategory(Category instance);
예제 #4
0
		private void detach_Categories(Category entity)
		{
			this.SendPropertyChanging();
			entity.Category1 = null;
		}
예제 #5
0
		private void attach_Categories(Category entity)
		{
			this.SendPropertyChanging();
			entity.Category1 = this;
		}