Exemplo n.º 1
0
 private void detach_ItemPerBestellings(ItemPerBestelling entity)
 {
     this.SendPropertyChanging();
     entity.bestelling = null;
 }
Exemplo n.º 2
0
 partial void DeleteItemPerBestelling(ItemPerBestelling instance);
Exemplo n.º 3
0
 partial void InsertItemPerBestelling(ItemPerBestelling instance);
Exemplo n.º 4
0
 partial void UpdateItemPerBestelling(ItemPerBestelling instance);
Exemplo n.º 5
0
 private void attach_ItemPerBestellings(ItemPerBestelling entity)
 {
     this.SendPropertyChanging();
     entity.product = this;
 }