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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T06:31:29+00:00 2026-06-18T06:31:29+00:00

It is not very clear to me why I am not able to get

  • 0

It is not very clear to me why I am not able to get the number of rows returned using linq-to-sql

I had this query to use as validation:

var obj1 = (from c in context.sistema_DocType_Index
where c.indexId == id
select c).First();

if(obj1 != null) {}

I was getting a null exception using First() method if there was no row returned. Ok, so I decided to use Count().

var obj1 = (from c in context.sistema_DocType_Index
where c.indexId == id
select c).Count();

if(obj1  > 0) {}

I have 3 rows returning from the database but the Count() gives me 0.
Why is that?

  • 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-18T06:31:30+00:00Added an answer on June 18, 2026 at 6:31 am

    you can use Any();method. which is the best use for this case. Any()

    if( YourDataCollection.Any(SomeCOndtion==SOmeValue))
     { 
     //  do some logic
     } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not able to get a clear distinction between these concepts that are used very
Sorry the title is not very clear. This is a follow up to my
I am not very clear about this code outer is a class and the
The title of this question is not very clear but I cannot explain what
Sorry for the title, perhaps it's not very clear. I have some SQL queries
The documentation here is not very clear: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing&s[]=editurl#saverow Do I have to manually make
The documentation is not very clear on how unsafe concurrent_queue::unsafe_size() is. The doxygen comment
The title is not very clear, so I'll try to explain better. I have
The title may not seem very clear - was not sure how to explain
Sorry the title may not be very clear. Basically I have a wrapper for

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.