private void detach_Bestellposition(Bestellposition entity) { this.SendPropertyChanging(); entity.Produkt = null; }
private void attach_Bestellposition(Bestellposition entity) { this.SendPropertyChanging(); entity.Bestellung = this; }
partial void UpdateBestellposition(Bestellposition instance);
partial void DeleteBestellposition(Bestellposition instance);
partial void InsertBestellposition(Bestellposition instance);