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