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