Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I output the HBMs that Fluent NHibernate Creates?

I am trying to debug my fluent application and would like to see what the generated files look like.

What are the ways to view them?

Is there a way to export them?

like image 748
Nick Avatar asked May 12 '09 01:05

Nick


1 Answers

Nevermind!

.Mappings(m => m.FluentMappings.ExportTo("path"))

like image 144
Nick Avatar answered Sep 30 '22 08:09

Nick