Beispiel #1
0
 private void detach_comments(comments entity)
 {
     this.SendPropertyChanging();
     entity.users = null;
 }
Beispiel #2
0
 private void attach_comments(comments entity)
 {
     this.SendPropertyChanging();
     entity.users = this;
 }
Beispiel #3
0
 private void attach_comments2(comments entity)
 {
     this.SendPropertyChanging();
     entity.comments1 = this;
 }
Beispiel #4
0
 partial void Deletecomments(comments instance);
Beispiel #5
0
 partial void Updatecomments(comments instance);
Beispiel #6
0
 partial void Insertcomments(comments instance);