Click or drag to resize

DatabaseType Enumeration

Specifies the database type underlying an AdoDataConnection.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public enum DatabaseType
Members
Member nameValueDescription
Access0 Underlying ADO database type is Microsoft Access.
SQLServer1 Underlying ADO database type is SQL Server.
MySQL2 Underlying ADO database type is MySQL.
Oracle3 Underlying ADO database type is Oracle.
SQLite4 Underlying ADO database type is SQLite.
PostgreSQL5 Underlying ADO database type is PostgreSQL.
Other6 Underlying ADO database type is unknown.
See Also