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

  • Home
  • SEARCH
  • 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 6856313
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:52:10+00:00 2026-05-27T01:52:10+00:00

If I set LazyLoad on multiple properties-columns with NHiberante and access those properties one

  • 0

If I set LazyLoad on multiple properties-columns with NHiberante and access those properties one after the other, would it query the database for each property?
Example:

public class Product
{
    public virtual int ID {get; set;}
    public virtual string Name {get; set;}
    public virtual string FullName {get; set;}
    public virtual float Price {get; set;}
}

public class ProductMap : ClassMap<Product>
{
    Id(p => p.ID);
    Map(p => p.Name).Not.LazyLoad();
    Map(p => p.FullName).LazyLoad(); // Redundant - I know...
    Map(p => p.Price).LazyLoad();    // Redundant - I know...
}

if I query the DB like this:

var product = session.Load<Prodct>(2);
if (product.FullName == "*" && product.Price = 111)

Will there be 3 queries

  1. The Product entity
  2. The FullName property
  3. The Price property

or when NHibernate query the DB for FullName it will query all the columns of the row?

  • 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-27T01:52:11+00:00Added an answer on May 27, 2026 at 1:52 am

    NHibernate will load all the lazy properties of an entity in a single query (you can try for yourself…)

    The main use case for this feature is blobs.

    Lazy references, on the other hand, are loaded as needed.

    As a side note, session.Load does not query the DB; it just creates a proxy, which will be loaded lazily. Use session.Get.

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

Sidebar

Related Questions

SET @v1 := SELECT COUNT(*) FROM user_rating; SELECT @v1 When I execute this query
I set up a hitcounter so that each time someone goes to my site,
I'm using System.Data.SQLite to query a database with c#/linq . The rows I want
Set<Type> union = new HashSet<Type>(s1); union.addAll(s2); AND Set <Type> union = new HashSet<Type>(); union.addAll(s1);
Set content of table ... ViewState[Table1] = Table1; // When remove this line, table
Set rs = conn.Execute(Statement) //rs has 6 fields I want to add the current
set dateformat dmy select isdate('31/1/2012') I thought by going into Change the format of
I set up the basic Authentication/Authorization set up, but a problem now is that
1 set: $('#tabs li:first-child').addClass('first-child'); $('.photos li:first-child').addClass('first-child'); $('#alphabet li:first-child').addClass('first-child'); 2 set: $(function(){ $(#header-thumbs img).fadeTo(fast,1); $(#header-thumbs
Does SET IDENTITY_INSERT [Table] ON persist beyond the scope of a SQL Script? I'm

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.