private void detach_ItemPrices(ItemPrice entity) { this.SendPropertyChanging(); entity.Item = null; }
private void attach_ItemPrices(ItemPrice entity) { this.SendPropertyChanging(); entity.Item = this; }
partial void UpdateItemPrice(ItemPrice instance);
partial void DeleteItemPrice(ItemPrice instance);
partial void InsertItemPrice(ItemPrice instance);