Beispiel #1
0
 partial void DeleteProductsRefCategory(ProductsRefCategory instance);
Beispiel #2
0
 partial void UpdateProductsRefCategory(ProductsRefCategory instance);
Beispiel #3
0
 private void detach_ProductsRefCategories(ProductsRefCategory entity)
 {
     this.SendPropertyChanging();
     entity.Category = null;
 }
Beispiel #4
0
 partial void InsertProductsRefCategory(ProductsRefCategory instance);
Beispiel #5
0
 private void attach_ProductsRefCategories(ProductsRefCategory entity)
 {
     this.SendPropertyChanging();
     entity.Product = this;
 }