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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T18:02:08+00:00 2026-06-08T18:02:08+00:00

The first ternary statement in the following code is returning null. myID is coming

  • 0

The first ternary statement in the following code is returning “null”. myID is coming back as null. However, if the ternary statement worked properly, and a.someID is null, then myID should come back as -1. myID is a nullable int field. Do you know why I’m not getting back a -1? Thanks.

public List<myView> GetRecords()
{
    myEntities entities = new myEntities();

    var myValue = (from a in entities.myEntitiesA
                   join b in entities.myEntitiesB on a.myID equals b.myID into myEntitesC
                   from c in myEntitesC.DefaultIfEmpty()
                   select new myView
                   {
                       myID = a.someID == null ? -1 : a.someID,
                       myName = a.myName,
                       myAlternateID = c.myID == null ? -1 : c.myID,
                       myAlternateName = c.myName == null ? "" : c.myName,
                   }).Distinct().OrderBy(b => b.myName).ToList();

    return (myValue);
}

EDIT – I’ve gotten rid of the DefaultIfEmpty() for the sake of testing, but my results are the same.

  • 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-08T18:02:10+00:00Added an answer on June 8, 2026 at 6:02 pm

    While all of the other answers seem valid, none of them work for me. Since I was calling this GetRecords() method from a JsonResult controller method, I ended up performing additional logic on my JsonResult, checking for NULLs a second time. This, of course, is a redundant check so it’s not ideal, but it DOES work.

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

Sidebar

Related Questions

First off, I'm coming (back) to Java from C#, so apologies if my terminology
The following view code produces html code as follows. Q1. what is the first
I can’t seem to wrap my head around the first part of this code
Ahh, don't you just love a good ternary abuse? :) Consider the following expression:
First of all, I'm a JavaScript noob and even noober in Backbone.js. I'm following
The title seems confusing but this is my first time using ternary conditions. I've
First I will show you example tables that my issue pertains to, then I
I've got the following Perl code which makes a DBI call: my $artsql =
The following is common code floating around online that checks if cookies are enabled
Checkstyle complains about the following: return (null == a ? a : new A());

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.