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