Click or drag to resize

ConnectionType Enumeration

Type of the connection (driver/provider) used to access the database

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ConnectionType
Members
Member nameValueDescription
OleDb0 OleDb connection
Odbc1 Odbc connection
MSSQLServer2 MS SQLServer connection using System.Data (deprecated, use Microsoft.Data instead)
MSSQLServerMicrosoft3 MS SQLServer connection using Microsoft.Data
MongoDB4 Mongo DB connection
MySQL5 MySQL connection
Oracle6 Oracle connection
PostgreSQL7 PostgreSQL connection
SQLite8 SQLite connection
See Also