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

  • SEARCH
  • Home
  • 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 8980279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:02:49+00:00 2026-06-15T20:02:49+00:00

I have LINQ Query which return result in below format — Parent1 —-Childs ——key

  • 0

I have LINQ Query which return result in below format

 -- Parent1
 ----Childs
 ------key - aa
 ------value - new
 ----Childs
 ------key - bb
 ------value - old
 -- Parent2
 ----Childs
 ------key - cc
 ------value - test
 ----Childs
 ------key - dd
 ------value - tesst

I want to fetch the child value in one line using Linq. currently I can get the value but in two line of code which i don’t like it

 var firstPoint = SeriesList.Select(i => i.Childs.Where(j => j.key == "aa"))
                            .FirstOrDefault();
 decimal index = firstPoint.Select(d => d.Value)
                           .FirstOrDefault();
  • 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-06-15T20:02:51+00:00Added an answer on June 15, 2026 at 8:02 pm
    decimal index = SeriesList.Select(i => i.Childs.Where(j => j.key == "aa"))
        .FirstOrDefault()
        .FirstOrDefault().Value;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this LINQ-query: // types... LinkedList<WeightedItem> itemScores = new LinkedList<WeightedItem>(); var result =
I've got a linq query that will return 1 result which will be an
I have a LINQ query which returns IEnumerable<List<int>> but i want to return only
I have Linq to SQL query which return one field with Url and I
Can anyone help? I have a linq query which is embedded inside a extension
I have a (disconnected) typed Dataset in an XML, which I query in LINQ:
I have a linq query which is not ordered the way I would like.
I have the following linq query var result = from myTypes in context.MyTypes where
I have the query which return the last UserBattle record for every user: objectContext.UserBattles.
I have a LINQ TO SQL query which retrieves all the users along with

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.