Hi,
I would like to get at the underlying DataReader or DataSet that
NHibernate uses to populate its entities.  Ideally I would like to be
able to do something like this:

DataReader customersReader = session.CreateQuery("from
DynamicCustomers").DataReader();

Is this possible?

It would be better if I didn't even have an actual DynamicCustomers
class, only the hbm mappings.

I'm not above forking the NH source to achieve this but I'm hoping
that there's an extensibility hook I can use.  Can anyone point me
down the right path?

-- 
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.

Reply via email to