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