views:

296

answers:

2

I am debugging my fluent application and would like to see what the generated files look like. Can someone help me out?

-Nick

+4  A: 

Nevermind!

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

Nick
+1  A: 

Also

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

:)

Julian Birch

related questions