Table of Contents

Class SQLiteDatabase

Namespace
The.SQLite
Assembly
Instagile.SQLite.dll
public class SQLiteDatabase : PooledDatabase, IDatabase
Inheritance
SQLiteDatabase
Implements
Inherited Members
Extension Methods

Constructors

SQLiteDatabase(string, TimeSpan?)

public SQLiteDatabase(string connectionString, TimeSpan? timeout = null)

Parameters

connectionString string
timeout TimeSpan?

Methods

CreateConnection()

protected override DbConnection CreateConnection()

Returns

DbConnection