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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:12:34+00:00 2026-06-06T03:12:34+00:00

I have two tables Service and Provider . Between them is a joining table

  • 0

I have two tables Service and Provider. Between them is a joining table ServiceProvider which has only 2 fields – one for each of the two PKs. When added to the edmx the joining many-to-many table is abstracted away and can’t be seen (as expected).

This is all fine except when I want to get Providers based on a given service. From this question:

it looks like the answer would be simply:

var query = from p in entities.Providers
            from s in entities.Services
            where s.Id == 15
            select p;

but this returns ALL providers. What am I doing wrong here?

  • 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-06T03:12:35+00:00Added an answer on June 6, 2026 at 3:12 am
    var query = entities.Providers.FirstOrDefault(p => p.Id == 15).Services.ToList();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables, one called Events and one called Documents. Each table has
basically i have a service which looks at two tables - one resides on
I have two tables that are all the same, except one has a timestamp
I have two tables. In the one table I have a list of dorm
I have two tables, one with devices and on with corresponding service times. Each
I have two tables that get joined regularly. Table One is about 1 Million
I have two tables like, CREATE TABLE [dbo].[entry] ( [id] [int] NULL, [service] [int]
Say we have two tables in an MS Access db: Service Users: | ID
OK, so I have two tables I'm working with - project and service ,
I have two tables. One is Employee_Mstr and other is EmployeeLeaveRequest_mstr . My data:

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.