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