Class ProviderName
Default names for providers.
Inheritance
Namespace: LinqToDB
Assembly: linq2db.dll
Syntax
public static class ProviderName : object
Fields
| Improve this Doc View SourceAccess
Microsoft Access OleDb provider (both JET or ACE). Used as configuration name for Access mapping schema LinqToDB.DataProvider.Access.AccessMappingSchema.
Declaration
public const string Access = null
Field Value
Type | Description |
---|---|
System.String |
AccessOdbc
Microsoft Access ODBC provider. Used as configuration name for Access mapping schema LinqToDB.DataProvider.Access.AccessMappingSchema.
Declaration
public const string AccessOdbc = null
Field Value
Type | Description |
---|---|
System.String |
ClickHouse
ClickHouse provider base name.
Declaration
public const string ClickHouse = null
Field Value
Type | Description |
---|---|
System.String |
ClickHouseClient
ClickHouse provider using ClickHouse.Client ADO.NET provider.
Declaration
public const string ClickHouseClient = null
Field Value
Type | Description |
---|---|
System.String |
ClickHouseMySql
ClickHouse provider using MySqlConnector ADO.NET provider.
Declaration
public const string ClickHouseMySql = null
Field Value
Type | Description |
---|---|
System.String |
ClickHouseOctonica
ClickHouse provider using Octonica.ClickHouseClient ADO.NET provider.
Declaration
public const string ClickHouseOctonica = null
Field Value
Type | Description |
---|---|
System.String |
DB2
IBM DB2 default provider (DB2 LUW). Used as configuration name for both DB2 base mapping schema LinqToDB.DataProvider.DB2.DB2MappingSchema.
Declaration
public const string DB2 = null
Field Value
Type | Description |
---|---|
System.String |
DB2LUW
IBM DB2 LUW provider. Used as configuration name for DB2 LUW mapping schema LinqToDB.DataProvider.DB2.DB2MappingSchema.DB2LUWMappingSchema.
Declaration
public const string DB2LUW = null
Field Value
Type | Description |
---|---|
System.String |
DB2zOS
IBM DB2 for z/OS provider. Used as configuration name for DB2 z/OS mapping schema LinqToDB.DataProvider.DB2.DB2MappingSchema.DB2zOSMappingSchema.
Declaration
public const string DB2zOS = null
Field Value
Type | Description |
---|---|
System.String |
Firebird
Firebird provider. Used as configuration name for Firebird mapping schema LinqToDB.DataProvider.Firebird.FirebirdMappingSchema.
Declaration
public const string Firebird = null
Field Value
Type | Description |
---|---|
System.String |
Informix
Informix IBM.Data.Informix provider (including IDS provider). Used as configuration name for Informix mapping schema LinqToDB.DataProvider.Informix.InformixMappingSchema.
Declaration
public const string Informix = null
Field Value
Type | Description |
---|---|
System.String |
InformixDB2
Informix over IBM.Data.DB2 IDS provider. Used as configuration name for Informix mapping schema LinqToDB.DataProvider.Informix.InformixMappingSchema.
Declaration
public const string InformixDB2 = null
Field Value
Type | Description |
---|---|
System.String |
MySql
MySql provider. Used as configuration name for MySql mapping schema LinqToDB.DataProvider.MySql.MySqlMappingSchema.
Declaration
public const string MySql = null
Field Value
Type | Description |
---|---|
System.String |
MySqlConnector
MySqlConnector provider. Used as configuration name for MySql mapping schema LinqToDB.DataProvider.MySql.MySqlMappingSchema.
Declaration
public const string MySqlConnector = null
Field Value
Type | Description |
---|---|
System.String |
MySqlOfficial
MySql provider. Used as configuration name for MySql mapping schema LinqToDB.DataProvider.MySql.MySqlMappingSchema.
Declaration
public const string MySqlOfficial = null
Field Value
Type | Description |
---|---|
System.String |
Oracle
Oracle ODP.NET autodetected provider (native or managed). Used as configuration name for Oracle base mapping schema OracleMappingSchema.
Declaration
public const string Oracle = null
Field Value
Type | Description |
---|---|
System.String |
Oracle11Devart
Oracle (11g dialect) Devart provider. Used as configuration name for Oracle managed provider mapping schema OracleMappingSchema.Devart11MappingSchema.
Declaration
public const string Oracle11Devart = null
Field Value
Type | Description |
---|---|
System.String |
Oracle11Managed
Oracle (11g dialect) ODP.NET managed provider. Used as configuration name for Oracle managed provider mapping schema OracleMappingSchema.Managed11MappingSchema.
Declaration
public const string Oracle11Managed = null
Field Value
Type | Description |
---|---|
System.String |
Oracle11Native
Oracle (11g dialect) ODP.NET native provider. Used as configuration name for Oracle native provider mapping schema OracleMappingSchema.Native11MappingSchema.
Declaration
public const string Oracle11Native = null
Field Value
Type | Description |
---|---|
System.String |
OracleDevart
Oracle Devart provider. Used as configuration name for Oracle managed provider mapping schema OracleMappingSchema.DevartMappingSchema.
Declaration
public const string OracleDevart = null
Field Value
Type | Description |
---|---|
System.String |
OracleManaged
Oracle ODP.NET managed provider. Used as configuration name for Oracle managed provider mapping schema OracleMappingSchema.ManagedMappingSchema.
Declaration
public const string OracleManaged = null
Field Value
Type | Description |
---|---|
System.String |
OracleNative
Oracle ODP.NET native provider. Used as configuration name for Oracle native provider mapping schema OracleMappingSchema.NativeMappingSchema.
Declaration
public const string OracleNative = null
Field Value
Type | Description |
---|---|
System.String |
PostgreSQL
PostgreSQL 9.2- data provider. Used as configuration name for PostgreSQL mapping schema LinqToDB.DataProvider.PostgreSQL.PostgreSQLMappingSchema.
Declaration
public const string PostgreSQL = null
Field Value
Type | Description |
---|---|
System.String |
PostgreSQL15
PostgreSQL 15+ data provider.
Declaration
public const string PostgreSQL15 = null
Field Value
Type | Description |
---|---|
System.String |
PostgreSQL92
PostgreSQL 9.2- data provider.
Declaration
public const string PostgreSQL92 = null
Field Value
Type | Description |
---|---|
System.String |
PostgreSQL93
PostgreSQL 9.3+ data provider.
Declaration
public const string PostgreSQL93 = null
Field Value
Type | Description |
---|---|
System.String |
PostgreSQL95
PostgreSQL 9.5+ data provider.
Declaration
public const string PostgreSQL95 = null
Field Value
Type | Description |
---|---|
System.String |
SapHana
SAP HANA provider. Used as configuration name for SAP HANA mapping schema SapHanaMappingSchema.
Declaration
public const string SapHana = null
Field Value
Type | Description |
---|---|
System.String |
SapHanaNative
SAP HANA provider. Used as configuration name for SAP HANA mapping schema SapHanaMappingSchema.NativeMappingSchema.
Declaration
public const string SapHanaNative = null
Field Value
Type | Description |
---|---|
System.String |
SapHanaOdbc
SAP HANA ODBC provider. Used as configuration name for SAP HANA mapping schema SapHanaMappingSchema.OdbcMappingSchema.
Declaration
public const string SapHanaOdbc = null
Field Value
Type | Description |
---|---|
System.String |
SqlCe
Microsoft SQL Server Compact Edition provider. Used as configuration name for SQL CE mapping schema SqlCeMappingSchema.
Declaration
public const string SqlCe = null
Field Value
Type | Description |
---|---|
System.String |
SQLite
SQLite provider. Used as configuration name for SQLite mapping schema SQLiteMappingSchema.
Declaration
public const string SQLite = null
Field Value
Type | Description |
---|---|
System.String |
SQLiteClassic
System.Data.Sqlite provider.
Declaration
public const string SQLiteClassic = null
Field Value
Type | Description |
---|---|
System.String |
SQLiteMS
Microsoft.Data.Sqlite provider.
Declaration
public const string SQLiteMS = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer
Microsoft SQL Server default provider (SQL Server 2008). Used as configuration name for SQL Server base mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.
Declaration
public const string SqlServer = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2005
Microsoft SQL Server 2005 provider. Used as configuration name for SQL Server 2005 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2005MappingSchema.
Declaration
public const string SqlServer2005 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2008
Microsoft SQL Server 2008 provider. Used as configuration name for SQL Server 2008 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2008MappingSchema.
Declaration
public const string SqlServer2008 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2012
Microsoft SQL Server 2012 provider. Used as configuration name for SQL Server 2012 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2012MappingSchema.
Declaration
public const string SqlServer2012 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2014
Microsoft SQL Server 2012 provider.
Declaration
public const string SqlServer2014 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2016
Microsoft SQL Server 2016 provider. Used as configuration name for SQL Server 2016 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2016MappingSchema.
Declaration
public const string SqlServer2016 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2017
Microsoft SQL Server 2017 provider. Used as configuration name for SQL Server 2017 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2017MappingSchema.
Declaration
public const string SqlServer2017 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2019
Microsoft SQL Server 2019 provider. Used as configuration name for SQL Server 2019 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2019MappingSchema.
Declaration
public const string SqlServer2019 = null
Field Value
Type | Description |
---|---|
System.String |
SqlServer2022
Microsoft SQL Server 2022 provider. Used as configuration name for SQL Server 2019 mapping schema LinqToDB.DataProvider.SqlServer.SqlServerMappingSchema.SqlServer2022MappingSchema.
Declaration
public const string SqlServer2022 = null
Field Value
Type | Description |
---|---|
System.String |
Sybase
Native SAP/Sybase ASE provider. Used as configuration name for Sybase ASE mapping schema LinqToDB.DataProvider.Sybase.SybaseMappingSchema.NativeMappingSchema.
Declaration
public const string Sybase = null
Field Value
Type | Description |
---|---|
System.String |
SybaseManaged
Managed Sybase/SAP ASE provider from DataAction. Used as configuration name for Sybase ASE mapping schema LinqToDB.DataProvider.Sybase.SybaseMappingSchema.ManagedMappingSchema.
Declaration
public const string SybaseManaged = null
Field Value
Type | Description |
---|---|
System.String |