SQLiteConnection Constructor |
| Name | Description | |
|---|---|---|
| SQLiteConnection(String, Boolean) |
Constructs a new SQLiteConnection and opens a SQLite database specified by databasePath.
| |
| SQLiteConnection(String, SQLiteOpenFlags, Boolean) |
Constructs a new SQLiteConnection and opens a SQLite database specified by databasePath.
|