Skip to content

Instantly share code, notes, and snippets.

@wsky
Created July 30, 2012 09:26
Show Gist options
  • Save wsky/3205844 to your computer and use it in GitHub Desktop.
Save wsky/3205844 to your computer and use it in GitHub Desktop.
nhibernate sqlce config
<item key="connection.driver_class">NHibernate.Driver.SqlServerCeDriver</item>
<item key="dialect">NHibernate.Dialect.MsSqlCeDialect</item>
<!--create|create-drop-->
<item key="hbm2ddl.auto">create-drop</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment