vote up 1 vote down star

How can I read mapping Xml file generated by Fluent NHibernate API?

flag

33% accept rate

1 Answer

vote up 1 vote down check

After you configure FluentNhibernate

Configuration config = new Configuration();
config.Configure();
PersistenceModel persistenceModel = new PersistenceModel ();
persistenceModel.Configure (config);

You can use

persistenceModel.WriteMappingsTo (path);
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.