SQL is not the be-all-end-all system for storing data. If you can, drop down to raw sql for the query and parse into DTO's. You don't need to put all that into session because you aren't saving it are you? Or perhaps look at a document database for storing materialized version of the DTO and figure out a way to keep that in sync.
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/FQ3u8Abz868J. 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.
