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