Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7184973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:18:46+00:00 2026-05-28T18:18:46+00:00

I have a BLOG Table with COMMENTS Table with RESPONSES Table. Example: BLOG ONE

  • 0

I have a BLOG Table with COMMENTS Table with RESPONSES Table.
Example:

  • BLOG ONE

    1. COMMENTS=A
      • Response 1
      • Response 2
    2. COMMENT-B
      • Response 1
      • Response 2
      • Response 3
  • BLOG TWO

    1. COMMENTS-A
      • Response 1
      • Response 2
      • Response 3
    2. COMMENT-B
      • Response 1
      • Response 2

If we DELETE ‘BLOG TWO’ I need to delete all RESPONSE and all COMMENTS and the BLOG post as well.

I think the solution is to Delete all records returned from a .ToList(). This is what I am thinking/tried. I can seem to do a ‘IN’ list type of command.

ctx.BlogResponse.Where(b => b.blogCommentID = xxMyListItemxxx** ).ForEach(ctx.BlogResponse.DeleteObject);

How do I delete records from/contained within a .ToList()?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T18:18:46+00:00Added an answer on May 28, 2026 at 6:18 pm

    I found ‘.DeleteObject’ that deleted items contained within a returned LIST. I was able to do a few calls and it worked fairly well.

    ctx.BlogComments.Where(c => c.blogID ==
    id).ToList().ForEach(ctx.BlodComments.DeleteObject);

    ctx.BlogResponse.Where(c => c.bCommID ==
    cID).ToList().ForEach(ctx.BlogResponse.DeleteObject);

    The .ForEach is something I haven’t used before and in this case, it works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two table named: Blog for displaying blogs post and comments for displaying
How can I show my all blog post with images? Example: Mysql table: post_id
I have this comment table where users can post comment as well as guest,
I have a blog on something.wordpress.com , I simply want one post to ALWAYS
Suppose I have a blog post entity. It has many attributes It has comments
I have three tables underlying a blog: one for users, one for comments and
Let's say I have these two database tables: blog comments ------- ---------- blog_id comment_id
Suppose I have two tables, one with blog posts and another with readers and
I have two tables userdetails and blog question The schema is UserDetails: connection: doctrine
I have a blog installed in www.foo.com/wp/ and would like all requests that go

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.