I am working with a legacy application that has a custom built ADO.NET based DAL and am doing a proof of concept for replacing the DAL with NHibernate. The existing DAL returns a count of rows affected and ideally I would like to get this straight out of NHibernate instead of having to manually keep track of it. Can anyone suggest how I might go about this?
Thanks, Paul Batum --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
