Class SQLiteProviderAdapter
- Namespace
- LinqToDB.DataProvider.SQLite
- Assembly
- linq2db.dll
public class SQLiteProviderAdapter : IDynamicProviderAdapter
- Inheritance
-
SQLiteProviderAdapter
- Implements
- Extension Methods
Fields
MicrosoftDataSQLiteAssemblyName
public const string MicrosoftDataSQLiteAssemblyName = "Microsoft.Data.Sqlite"
Field Value
MicrosoftDataSQLiteClientNamespace
public const string MicrosoftDataSQLiteClientNamespace = "Microsoft.Data.Sqlite"
Field Value
SystemDataSQLiteAssemblyName
public const string SystemDataSQLiteAssemblyName = "System.Data.SQLite"
Field Value
SystemDataSQLiteClientNamespace
public const string SystemDataSQLiteClientNamespace = "System.Data.SQLite"
Field Value
Properties
ClearAllPools
public Action? ClearAllPools { get; }
Property Value
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
ParameterType
Gets type, that implements DbParameter for current ADO.NET provider.
public Type ParameterType { 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(string)
public static SQLiteProviderAdapter GetInstance(string name)
Parameters
name
string