Inx
Inx

Reputation: 2384

FluentNhibernate C# mapping an XML-file?

Is there anyway to map FluentNhibernate against an XML-file..instead of a database?

Thanks in advance!

Upvotes: 0

Views: 129

Answers (1)

Rafael Mueller
Rafael Mueller

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

Related Questions