Reputation: 2384
Is there anyway to map FluentNhibernate against an XML-file..instead of a database?
Thanks in advance!
Upvotes: 0
Views: 129
Reputation: 6083
I'm not sure why you wanna do this... nhibernate can't save to XML files, so fluent*NHibernate* probably isn't what you really need.
The answer is no, you can't use fluentNHibernate to help you on this.
Upvotes: 1