partial void DeleteBlogTable(BlogTable instance);
partial void UpdateBlogTable(BlogTable instance);
partial void InsertBlogTable(BlogTable instance);
private void detach_BlogTable(BlogTable entity) { this.SendPropertyChanging(); entity.WorkingGroupTable = null; }
private void detach_BlogTable(BlogTable entity) { this.SendPropertyChanging(); entity.UserTable = null; }
private void attach_BlogTable(BlogTable entity) { this.SendPropertyChanging(); entity.UserTable = this; }