Click or drag to resize

SQLiteConnection Constructor

Overload List
  NameDescription
Public methodSQLiteConnection(String, Boolean)
Constructs a new SQLiteConnection and opens a SQLite database specified by databasePath.
Public methodSQLiteConnection(String, SQLiteOpenFlags, Boolean)
Constructs a new SQLiteConnection and opens a SQLite database specified by databasePath.
Top
See Also