Beispiel #1
0
 private void detach_tbPhones(tbPhone entity)
 {
     this.SendPropertyChanging();
     entity.tbPhoneType = null;
 }
Beispiel #2
0
 private void attach_tbPhones(tbPhone entity)
 {
     this.SendPropertyChanging();
     entity.tbPhoneType = this;
 }
Beispiel #3
0
 partial void UpdatetbPhone(tbPhone instance);
Beispiel #4
0
 partial void DeletetbPhone(tbPhone instance);
Beispiel #5
0
 partial void InserttbPhone(tbPhone instance);