If in my classmap I have

SchemaAction.None();

and if I also have

.ExposeConfiguration(cfg =>
             {
                 new SchemaExport(cfg)
                 .Create(false, false);
             })

Can I ensure that nhib will not touch the db schema in any fashion. In
other words the only write action will be that of entities to the
tables?

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected].
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