Search Results for

    Show / Hide Table of Contents

    Class ProviderName

    Default names for providers.

    Inheritance
    System.Object
    ProviderName
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public static class ProviderName : object

    Fields

    | Improve this Doc View Source

    Access

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    ClickHouse

    ClickHouse provider base name.

    Declaration
    public const string ClickHouse = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClickHouseClient

    ClickHouse provider using ClickHouse.Client ADO.NET provider.

    Declaration
    public const string ClickHouseClient = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClickHouseMySql

    ClickHouse provider using MySqlConnector ADO.NET provider.

    Declaration
    public const string ClickHouseMySql = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClickHouseOctonica

    ClickHouse provider using Octonica.ClickHouseClient ADO.NET provider.

    Declaration
    public const string ClickHouseOctonica = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    PostgreSQL15

    PostgreSQL 15+ data provider.

    Declaration
    public const string PostgreSQL15 = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PostgreSQL92

    PostgreSQL 9.2- data provider.

    Declaration
    public const string PostgreSQL92 = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PostgreSQL93

    PostgreSQL 9.3+ data provider.

    Declaration
    public const string PostgreSQL93 = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PostgreSQL95

    PostgreSQL 9.5+ data provider.

    Declaration
    public const string PostgreSQL95 = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    SQLite

    SQLite provider. Used as configuration name for SQLite mapping schema SQLiteMappingSchema.

    Declaration
    public const string SQLite = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    SQLiteClassic

    System.Data.Sqlite provider.

    Declaration
    public const string SQLiteClassic = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    SQLiteMS

    Microsoft.Data.Sqlite provider.

    Declaration
    public const string SQLiteMS = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    SqlServer2014

    Microsoft SQL Server 2012 provider.

    Declaration
    public const string SqlServer2014 = null
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX