コード例 #1
0
 private void detach_Product_Images(Product_Image entity)
 {
     this.SendPropertyChanging();
     entity.Product = null;
 }
コード例 #2
0
 private void attach_Product_Images(Product_Image entity)
 {
     this.SendPropertyChanging();
     entity.Product = this;
 }
コード例 #3
0
 partial void UpdateProduct_Image(Product_Image instance);
コード例 #4
0
 partial void DeleteProduct_Image(Product_Image instance);
コード例 #5
0
 partial void InsertProduct_Image(Product_Image instance);