partial void DeleteBlogPostTable(BlogPostTable instance);
partial void InsertBlogPostTable(BlogPostTable instance);
partial void UpdateBlogPostTable(BlogPostTable instance);
private void detach_BlogPostTable(BlogPostTable entity) { this.SendPropertyChanging(); entity.BlogTable = null; }