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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:21:35+00:00 2026-05-27T10:21:35+00:00

This is a pretty simple question but I’m baffled by it. In the immediate

  • 0

This is a pretty simple question but I’m baffled by it. In the immediate window of Visual Studio, I see this:

session.CacheMode
Ignore

session.CreateQuery("SELECT COUNT(*) FROM Protein").List()
Count = 1
    [0]: 0

session.CreateSQLQuery("SELECT COUNT(*) FROM Protein").List()
Count = 1
    [0]: 6
  • 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-27T10:21:36+00:00Added an answer on May 27, 2026 at 10:21 am

    There could be several causes for something like this, check your mappings for the following:

    • A <class> mapping with a where filter.
    • A <discriminator> with force="true" attribute.
    • A <join> mapping that doesn’t match on one side and isn’t specified as optional="true".
    • A custom <loader query-ref="..."> for the entity.
    • A <filter> on the entity that has been enabled through session.EnableFilter.
    • The class Protein isn’t mapped to the Protein table.
    • You could have 2 tables named Protein in different schemas, so NHibernate is querying foo.Protein but your sql is querying dbo.Protein.

    After that it starts to get more esoteric such as using custom dialects, entity tuplizers, etc.

    One simple way to see what is going on is to look at the SQL being issued, you can do this by:

    • Setting <property name="show_sql" value="true"/> and watching the console/logger.
    • Using a profiling tool for your server (e.g. SQL Server Profiler for MSSQL).
    • Using NHibernate Profiler
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a pretty simple question but I'm somewhat stumped. I am capturing sections
I'm pretty sure this is a simple question in regards to formatting but here's
I think this is a pretty simple question but I'm having trouble finding the
This a pretty simple question (I assume). Probably a repost, but I couldn't find
This is a pretty simple question really, but let's say I'm creating a model
This is probably (hopefully) a pretty simple question, but I can't seem to get
This seems like a pretty simple question, but I have not managed to find
This might be a pretty simple question, but if there really is a difference,
All, I'm sure this is a pretty simple SQL query question, but I'm sure
This is pretty simple question, but I'm having really hard time with it. I

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.