SqlServerCompatibilityLevel Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
SqlServer7 | 0 | Obsolete. Not supported anymore | |
SqlServer2000 | 1 | Produce SQL which is compatible with SqlServer 2000 and up | |
SqlServer2005 | 2 | Produce SQL which is compatible with SqlServer 2005 and up | |
SqlServerCE3x | 3 | Obsolete. Not supported anymore | |
SqlServerCE35 | 4 | Produce SQL which is compatible with SqlServer CE 3.5 and up. Recommended when using SqlServer CE 3.5. | |
SqlServerCE40 | 5 | Produce SQL which is compatible with SqlServer CE 4.0. Recommended when using SqlServer CE 4.0 | |
SqlServer2012 | 6 | Produce SQL which is compatible with SqlServer 2012 and up (default) |
(c)2002-2019 Solutions Design bv