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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:42:40+00:00 2026-05-25T01:42:40+00:00

I am trying to do a JOIN in a LINQ statement where it brings

  • 0

I am trying to do a JOIN in a LINQ statement where it brings back the NULLS also. My code is:

var linqQuery = (from r in orgServiceContext.CreateQuery("opportunity")
     join a in orgServiceContext.CreateQuery("account") on ((EntityReference)r["accountid"]).Id equals a["accountid"]
     join c in orgServiceContext.CreateQuery("contact") on ((EntityReference)r["new_contact"]).Id equals c["contactid"]
     where ((EntityReference)r["new_channelpartner"]).Id.Equals(new Guid("c55c2e09-a3be-e011-8b2e-00505691002b"))
     select new
     {
         OpportunityId = !r.Contains("opportunityid") ? string.Empty : r["opportunityid"],
         CustomerId = !r.Contains("customerid") ? string.Empty : ((EntityReference)r["customerid"]).Name,
         Priority = !r.Contains("opportunityratingcode") ? string.Empty : r.FormattedValues["opportunityratingcode"],
         ContactName = !r.Contains("new_contact") ? string.Empty : ((EntityReference)r["new_contact"]).Name,
         Source = !r.Contains("new_source") ? string.Empty : r["new_source"],
         CreatedOn = !r.Contains("createdon") ? string.Empty : r["createdon"],
         State = !a.Contains("address1_stateorprovince") ? string.Empty : a["address1_stateorprovince"],
         Zip = !a.Contains("address1_postalcode") ? string.Empty : a["address1_postalcode"],
         Eval = !r.Contains("new_colderevaluation") ? string.Empty : r.FormattedValues["new_colderevaluation"],
         DistributorName = !r.Contains("new_channelpartner") ? string.Empty : ((EntityReference)r["new_channelpartner"]).Name,
         ContactStreetAddress = !c.Contains("address1_line1") ? string.Empty : c["address1_line1"]
     });

This pulls down the one record were contactid matches, but I also want it to bring down the records with a NULL contactid.

Any ideas how to do this?

  • 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-25T01:42:40+00:00Added an answer on May 25, 2026 at 1:42 am

    Right outer joins are not supported in LINQ. Consider re-arranging your table sources so that you can do a left outer join using the DistinctIfEmpty extension method. Alternatively, you can use a LINQ version of SQL-Ansi82 instead of joins by writing all of the joins as where clauses.

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

Sidebar

Related Questions

I'm trying to join one Linq collection from Data Base and one from XML
I'm trying to use the following LINQ to SQL in my code: (from s
I am trying to populate a dropdownlist with the following LINQ statement var beskeder
I am trying to join a table and a list in LINQ. From posts
I'm trying to do a JOIN in Linq using lambda expressions ... and running
Using extension syntax I'm trying to create a left-join using LINQ on two lists
I'm trying to do a left join in subsonic 3 using linq but it
Im trying to convert a SQL join to LINQ. I need some help in
Trying to do a left join in subsonic using linq but it doesn't seem
I'm trying to write a LINQ expression that will join two tables and return

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.