Hi,
All the tutorials that I see online when converting a database table to XML always involves a Data Context. However, I'm using Fluent Nhibernate mappings and therefore I don't want to do this.
Is there a way to say convert an IEnumerable to XML document instead? Or are there any other ways to get data from an Nhibernate mapped database to XML?
Thanks