Hello, I just upgraded to NH 3.0.0 Alpha 2 where previously I was using NH 2.2.4 with Linq addin. One feature I had in my old repository was a SetResultTransformer(new DistinctRootEntityResultTransformer()) to ensure unique records when I eagerly fetched values using left joins. My Repository exposes IQueryable<T>. In NH 3 I am using Session.Query<T> but how can I add a ResultTransformer to that so its always there?
-- 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.
