Exemplo n.º 1
0
 private void detach_comment(comment entity)
 {
     this.SendPropertyChanging();
     entity.news = null;
 }
Exemplo n.º 2
0
 private void attach_comment(comment entity)
 {
     this.SendPropertyChanging();
     entity.news = this;
 }
Exemplo n.º 3
0
 partial void Updatecomment(comment instance);
Exemplo n.º 4
0
 partial void Deletecomment(comment instance);
Exemplo n.º 5
0
 partial void Insertcomment(comment instance);