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