Im looking for a method to use QueryOver and tell it to not load an associated list on my entity.
The options are Default Eager Lazy I want the result from lazy but I'm working with wcf services and when serializing it will load the associated list anyway. Are there some way there I can tell it to never load the list. Like just skip loading it? I know I can do it by change my mapping and have different entitynames but I'm looking for a more simple approach. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
