コード例 #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;
 }