SqliteConnection.Open Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a connection to the database using the value of ConnectionString. If
Mode=ReadWriteCreate
is used (the default) the file is created, if it doesn't already exist.
public override void Open ();
override this.Open : unit -> unit
Public Overrides Sub Open ()
Exceptions
A SQLite error occurs while opening the connection.