Example #1
0
 partial void DeletetblCar(tblCar instance);
Example #2
0
 partial void UpdatetblCar(tblCar instance);
Example #3
0
 private void detach_tblCars(tblCar entity)
 {
     this.SendPropertyChanging();
     entity.tblUser = null;
 }
Example #4
0
 partial void InserttblCar(tblCar instance);
Example #5
0
 private void attach_tblCars(tblCar entity)
 {
     this.SendPropertyChanging();
     entity.tblUser = this;
 }