Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThis is only a problem on a single page within the Admin. Thanks for your suggestion and in most cases it would be the right move. Unfortunately in my situation it causes more problems then it solves. It causes my other pages to pull too much data from the SQL server. That is bad since SQL is not Localhost. I have tracked down what I have to do. I need to use ICriteria and with the way Fluent NHibernate is setup in the project I am using it is not declared so I can't easily use it. I am working through adding it as an option. Thanks for your suggestion.
      singulars
    2. CO@Michael Sorry, I wasn't clear. I meant set it to eager load as a way to identify the problem. If that works, then no, you don't want to *always* eager load, only when you need it. You can specify the fetch mode on a per-query basis, but I'm not clear why you can't use the criteria API. It doesn't relate to FNH. If you have an `ISession` with which to do a LINQ query you can do a criteria query.
      singulars
    3. COI am choosing this as the answer since eager loading solved about 2/3 of the problem. ICriteria was not available because it was not listed in the custom NHibernate Interface. I added it to the custom NHibernate Interface and that option became available. I was able to solve the problem entirely through using ICriteria. Thanks for giving me the idea to look at it in a different light.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload