Example #1
0
 partial void DeletePaper(Paper instance);
Example #2
0
 partial void UpdatePaper(Paper instance);
Example #3
0
 private void detach_Papers(Paper entity)
 {
     this.SendPropertyChanging();
     entity.journal = null;
 }
Example #4
0
 partial void InsertPaper(Paper instance);
Example #5
0
 private void attach_Papers(Paper entity)
 {
     this.SendPropertyChanging();
     entity.journal = this;
 }