Beispiel #1
0
 partial void DeletewpNew(wpNew instance);
Beispiel #2
0
 partial void UpdatewpNew(wpNew instance);
Beispiel #3
0
 private void detach_wpNews(wpNew entity)
 {
     this.SendPropertyChanging();
     entity.wpUser = null;
 }
Beispiel #4
0
 partial void InsertwpNew(wpNew instance);
Beispiel #5
0
 private void attach_wpNews(wpNew entity)
 {
     this.SendPropertyChanging();
     entity.wpUser = this;
 }