Example #1
0
		private void detach_Item_xItemCategories(Item_xItemCategory entity)
		{
			this.SendPropertyChanging();
			entity.Item = null;
		}
Example #2
0
 partial void DeleteItem_xItemCategory(Item_xItemCategory instance);
Example #3
0
 partial void InsertItem_xItemCategory(Item_xItemCategory instance);
Example #4
0
 partial void UpdateItem_xItemCategory(Item_xItemCategory instance);
Example #5
0
		private void attach_Item_xItemCategories(Item_xItemCategory entity)
		{
			this.SendPropertyChanging();
			entity.ItemCategory = this;
		}