Exemple #1
0
 private void detach_AggProducts(AggProduct entity)
 {
     this.SendPropertyChanging();
     entity.AggManufacter = null;
 }
Exemple #2
0
 private void attach_AggProducts(AggProduct entity)
 {
     this.SendPropertyChanging();
     entity.AggImage = this;
 }
Exemple #3
0
 partial void DeleteAggProduct(AggProduct instance);
Exemple #4
0
 partial void UpdateAggProduct(AggProduct instance);
Exemple #5
0
 partial void InsertAggProduct(AggProduct instance);
Exemple #6
0
 private void detach_AggProducts(AggProduct entity)
 {
     this.SendPropertyChanging();
     entity.AggCategory = null;
 }