I've always used DetachedCriteria to filter my dataset I recently
decided to try SimpleQuery<T> the result was surprising me.
If I do a query on a child object I will get parent object load as
well which cause  N+1 behavior.

Is there a way to only load the child object with SimpleQuery<T>?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" 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/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to