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

The Archive Base Latest Questions

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

I am trying to join 3 table in LINQ. var fromCities = from c

  • 0

I am trying to join 3 table in LINQ.

var fromCities = from c in cityRepository.Cities
                             join r in routeRepository.Routes on c.Id equals r.FromCityId
                             join cr in rentDetailRepository.CarRentDetails on cr.CityId equals c.Id
                             select c;

I am getting that cr and c do not exist in the second join statement?
Could somebody help?

  • 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-06T20:07:03+00:00Added an answer on June 6, 2026 at 8:07 pm

    Change the order in the last join:

    ...
    join cr in rentDetailRepository.CarRentDetails on c.Id equals cr.CityId 
    

    join clause (C# Reference)

    A join clause performs an equijoin. In other words, you can only base
    matches on the equality of two keys. Other types of comparisons such
    as “greater than” or “not equals” are not supported. To make clear
    that all joins are equijoins, the join clause uses the equals keyword
    instead of the == operator. The equals keyword can only be used in a
    join clause and it differs from the == operator in one important way.
    With equals, the left key consumes the outer source sequence, and the
    right key consumes the inner source. The outer source is only in scope
    on the left side of equals and the inner source sequence is only in
    scope on the right side.

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

Sidebar

Related Questions

I'm trying to create a record within a join table from the action of
I'm trying to create a record within a join table from the action of
I'm trying to create a mysql table from the inner join between two other
Trying out Linq for NHibernate and first noticed this: var list1 = (from ut
I am trying to select a multiple table from the database using LINQ in
I'm trying to delete from a join table I made and I'm getting a
I am trying to join my users table with another table using the following
I'm trying to join the same table in sqlalchemy. This is a minimial version
I'm trying to write a query to join a user table to an activity
I'm trying to work out a query that self join itself on a table

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.