The database types supported by LightSpeed migrations.
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)
Syntax
C# |
---|
public enum ProviderType |
Visual Basic (Declaration) |
---|
Public Enumeration ProviderType |
Members
Member name | Description | |
---|---|---|
DB2 |
IBM DB2
| |
MySql5 |
MySQL 5 or above
| |
Oracle9 |
Oracle 9 or above
| |
PostgreSql8 |
PostgreSQL 8 or above
| |
Sqlite3 |
SQLite 3 or above
| |
SqlServer2000 |
Microsoft SQL Server 2000
| |
SqlServer2005 |
Microsoft SQL Server 2005 or above
| |
SqlServerCE |
Microsoft SQL Server Compact
| |
SqlServerCE4 |
Microsoft SQL Server Compact
| |
VistaDB3 |
VistaDB 3
| |
VistaDB4 |
VistaDB 4
|