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