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 7172763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:41:01+00:00 2026-05-28T15:41:01+00:00

Having a problem retrieving a list of items from the database. This is what

  • 0

Having a problem retrieving a list of items from the database. This is what I am attempting.

List<SubjectAreaGroup> subjectAreas = examInstance.CurrentQuestionGroup.QuestionTypeGroups.Select(q => q.SubjectAreaGroups).toList();

But when I do this, it gives me an error that I can’t convert a SubjectAreaGroup List to a… SubjectAreaGroup List. If they are the same thing then why can’t I convert them?

  • 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-28T15:41:02+00:00Added an answer on May 28, 2026 at 3:41 pm

    I assume that the issue is due to the q.SubjectAreaGroups property giving a List<SubjectAreaGroup> for each QuestionTypeGroup. Thus, your Select statement is giving you a two-level sequence: IEnumerable<List<SubjectAreaGroup>>.

    To resolve this, you simply need to flatten your resulting sequences into one sequence using the SelectMany operator:

    List<SubjectAreaGroup> subjectAreas = 
        examInstance.CurrentQuestionGroup
                    .QuestionTypeGroups
                    .SelectMany(q => q.SubjectAreaGroups)
                    .ToList();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason I'm having a problem retrieving data from my database. It leaves
I am having a listview and binding it with items retrieving from database. I
I am having a problem while retrieving data from an ArrayList and displaying them
I'm having trouble with retrieving queries from my SQL database. I can get the
Im having problems retrieving a field from my ms-access database. The table name is
i am having a problem while retrieving the data coming from Json... i am
I am having problem with $_GET array. More precisely I'm retrieving data from mysql
I'm having problems with retrieving multiple instances of a session variable from an InProc
I'm having a problem retrieving a XMLList and I don't understand why. I have
I’m having trouble retrieving the YouTube video automatically. Here’s the code. The problem is

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.