private void detach_comments(comment entity) { this.SendPropertyChanging(); entity.post1 = null; }
private void attach_comments(comment entity) { this.SendPropertyChanging(); entity.post1 = this; }
partial void Updatecomment(comment instance);
partial void Deletecomment(comment instance);
partial void Insertcomment(comment instance);