ConnectionType Enumeration |
Type of the connection (driver/provider) used to access the database
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum ConnectionType
Members| Member name | Value | Description |
|---|
| OleDb | 0 |
OleDb connection
|
| Odbc | 1 |
Odbc connection
|
| MSSQLServer | 2 |
MS SQLServer connection using System.Data (deprecated, use Microsoft.Data instead)
|
| MSSQLServerMicrosoft | 3 |
MS SQLServer connection using Microsoft.Data
|
| MongoDB | 4 |
Mongo DB connection
|
| MySQL | 5 |
MySQL connection
|
| Oracle | 6 |
Oracle connection
|
| PostgreSQL | 7 |
PostgreSQL connection
|
| SQLite | 8 |
SQLite connection
|
See Also