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 4900f06 commit f12c7d7Copy full SHA for f12c7d7
src/FluentNHibernate/Cfg/Db/DB2Configuration.cs
@@ -14,5 +14,10 @@ public static DB2Configuration Standard
14
{
15
get { return new DB2Configuration().Dialect<DB2Dialect>(); }
16
}
17
+
18
+ public static DB2Configuration Informix1150
19
+ {
20
+ get { return new DB2Configuration().Dialect<InformixDialect1000>(); }
21
+ }
22
-}
23
+}
0 commit comments