We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbdb3f commit 7c284d5Copy full SHA for 7c284d5
src/FluentNHibernate/Cfg/Db/MsSqlCeConfiguration.cs
@@ -14,5 +14,10 @@ public static MsSqlCeConfiguration Standard
14
{
15
get { return new MsSqlCeConfiguration().Dialect<MsSqlCeDialect>(); }
16
}
17
+
18
+ public static MsSqlCeConfiguration MsSqlCe40
19
+ {
20
+ get { return new MsSqlCeConfiguration().Dialect<MsSqlCe40Dialect>(); }
21
+ }
22
23
0 commit comments