Go to the documentation of this file.00001 namespace N2.Configuration
00002 {
00003 public enum DatabaseFlavour
00004 {
00005 SqlServer,
00006 SqlServer2008,
00007 SqlServer2005,
00008 SqlServer2000,
00009 SqlCe,
00010 SqlCe3,
00011 SqlCe4,
00012 MySql,
00013 SqLite,
00014 Firebird,
00015 Generic,
00016 Jet,
00017 DB2,
00018 Oracle,
00019 Oracle9i,
00020 Oracle10g,
00021 AutoDetect
00022 }
00023 }