Simple Schema Mapping Question. hbm to ddl control

bearrito 's Avatar

bearrito

14 Jul, 2010 02:26 PM via web

If in my classmap I have

SchemaAction.None();

and if I also have in my session configuration

.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

    Reply to this discussion

    Preview Comments are parsed with Markdown. Help with syntax

    Attached Files

      You can attach files up to 10MB

      Insert the next number in this sequence: 10, 11, 12, 13, 14, ??