<property name="hbm2ddl.auto">update</property>
... configuration.SetProperty("hbm2ddl.auto", "update"); configuration.BuildSessionFactory(); ...
new SchemaExport(configuration).Execute(false, true, false);