Hello guys! Greta job with Fluent NH! Congrats...

I have a basic question...

In my config section, I have that code:

foreach (string mappingAssembly in mappingAssemblies) {
             ...
                Assembly assemblyToInclude = Assembly.LoadFrom
(loadReadyAssemblyName);
                // Looks for any HBMs
                cfg.AddAssembly(assemblyToInclude);
                // Looks for any Fluent NHibernate ClassMaps
                cfg.AddMappingsFromAssembly(assemblyToInclude);
}

How can I modified that to Include all class that dont have any xml
and automap and use AutoPersistenceModel to that case?

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to