Skip to content

Commit 7c284d5

Browse files
committed
Adding MsSqlCe40 dialect configuration option
1 parent dbbdb3f commit 7c284d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/FluentNHibernate/Cfg/Db/MsSqlCeConfiguration.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ public static MsSqlCeConfiguration Standard
1414
{
1515
get { return new MsSqlCeConfiguration().Dialect<MsSqlCeDialect>(); }
1616
}
17+
18+
public static MsSqlCeConfiguration MsSqlCe40
19+
{
20+
get { return new MsSqlCeConfiguration().Dialect<MsSqlCe40Dialect>(); }
21+
}
1722
}
1823
}

0 commit comments

Comments
 (0)