Example #1
0
 private void detach_ProductList(ProductList entity)
 {
     this.SendPropertyChanging();
     entity.Product = null;
 }
Example #2
0
 private void attach_ProductList(ProductList entity)
 {
     this.SendPropertyChanging();
     entity.Product = this;
 }
Example #3
0
 partial void UpdateProductList(ProductList instance);
Example #4
0
 partial void DeleteProductList(ProductList instance);
Example #5
0
 partial void InsertProductList(ProductList instance);