Example #1
0
 partial void DeleteCars(Cars instance);
Example #2
0
 partial void UpdateCars(Cars instance);
Example #3
0
 private void detach_Cars(Cars entity)
 {
     this.SendPropertyChanging();
     entity.Customers = null;
 }
Example #4
0
 partial void InsertCars(Cars instance);
Example #5
0
 private void attach_Cars(Cars entity)
 {
     this.SendPropertyChanging();
     entity.Customers = this;
 }