Example #1
0
 private void detach_tblHistories(tblHistory entity)
 {
     this.SendPropertyChanging();
     entity.tblCar = null;
 }
Example #2
0
 partial void DeletetblHistory(tblHistory instance);
Example #3
0
 partial void InserttblHistory(tblHistory instance);
Example #4
0
 partial void UpdatetblHistory(tblHistory instance);
Example #5
0
 private void attach_tblHistories(tblHistory entity)
 {
     this.SendPropertyChanging();
     entity.tblUser = this;
 }