Not really. Where are you getting this data table? Are you performing a query against a database to get it?
NHibernate is specifically designed to manage persistence with your own database, so if you're retreiving this database yourself, or from another place (file system, web service) then you should re-think how you plan on using NHibernate. On Sat, Oct 3, 2009 at 8:37 AM, mathmax <[email protected]> wrote: > > Hello, > > I would like to load an entity from a DataTable. Is it possible ? > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
