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.181-beta
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