Example #1
0
 partial void DeleteBOOK(BOOK instance);
Example #2
0
 partial void UpdateBOOK(BOOK instance);
Example #3
0
 private void detach_BOOKs(BOOK entity)
 {
     this.SendPropertyChanging();
     entity.Publisher = null;
 }
Example #4
0
 partial void InsertBOOK(BOOK instance);
Example #5
0
 private void attach_BOOKs(BOOK entity)
 {
     this.SendPropertyChanging();
     entity.Publisher = this;
 }