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