Beispiel #1
0
 private void detach_AccountEmps(AccountEmp entity)
 {
     this.SendPropertyChanging();
     entity.Employee = null;
 }
Beispiel #2
0
 partial void UpdateAccountEmp(AccountEmp instance);
Beispiel #3
0
 partial void DeleteAccountEmp(AccountEmp instance);
Beispiel #4
0
 partial void InsertAccountEmp(AccountEmp instance);