Class OleDbProviderAdapter
- Namespace
 - LinqToDB.DataProvider
 
- Assembly
 - linq2db.dll
 
public class OleDbProviderAdapter : IDynamicProviderAdapter
  - Inheritance
 - 
      
      OleDbProviderAdapter
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Fields
AssemblyName
public const string AssemblyName = "System.Data.OleDb"
  Field Value
ClientNamespace
public const string ClientNamespace = "System.Data.OleDb"
  Field Value
Properties
CommandType
Gets type, that implements DbCommand for current ADO.NET provider.
public Type CommandType { get; }
  Property Value
ConnectionType
Gets type, that implements DbConnection for current ADO.NET provider.
public Type ConnectionType { get; }
  Property Value
DataReaderType
Gets type, that implements DbDataReader for current ADO.NET provider.
public Type DataReaderType { get; }
  Property Value
GetDbType
public Func<DbParameter, OleDbProviderAdapter.OleDbType> GetDbType { get; }
  Property Value
GetOleDbSchemaTable
public Func<DbConnection, Guid, object[]?, DataTable> GetOleDbSchemaTable { get; }
  Property Value
- Func<DbConnection, Guid, object[], DataTable>
 
ParameterType
Gets type, that implements DbParameter for current ADO.NET provider.
public Type ParameterType { get; }
  Property Value
SetDbType
public Action<DbParameter, OleDbProviderAdapter.OleDbType> SetDbType { get; }
  Property Value
TransactionType
Gets type, that implements DbTransaction for current ADO.NET provider.
For providers/databases without transaction support contains null.
public Type TransactionType { get; }
  Property Value
Methods
GetInstance()
public static OleDbProviderAdapter GetInstance()