The DatabaseType enumerator identifies the database that is connected to. The enumerator is used for the Database property of the DbNetData class . The enumerator can also be specified on the DbNetData constructor #ctor(String, DataProvider, DatabaseType) when it is not possible to automatically detect the database connected to.

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum DatabaseType
Visual Basic (Declaration)
Public Enumeration DatabaseType
Visual C++
public enum class DatabaseType

Members

Member nameDescription
Access
MS Access.
Access2007
MS Access(2007).
Advantage
Advantage Database Server.
dBASE
dBASE.
DB2
IBM DB2.
Excel
Excel spreadsheet
Excel2007
Excel(2007).
Firebird
Firebird.
InterSystemsCache
InterSystems Caché.
MySql
MySQL.
Oracle
Oracle.
Paradox
Paradox
Pervasive
PostgreSQL.
PostgreSql
PostgreSQL.
Progress
Progress OpenEdge.
SQLite
SQLite.
SqlServer
MS SQL Server.
Sybase
Sybase.
TextFile
VistaDB.
VistaDB
Plain text files in delimited of fixed width format
VisualFoxPro
Visual FoxPro.
Unknown

See Also