I am attempting to create XML from the results of a query. I saw the sample code that references the creation of a Databinder object. According to a post I read, the Databinder object was not implemented in NHibernate. If this is not true, what using statements do I need to include in my c# program in order to use a Databinder? If it is true, what other method(s) can I use to export the results of my queries into XML? Also, I need to be able to import the XML into a different database. How can that be done using NHibernate?
|