SqliteConnection.Close Method

Definition

Closes the connection to the database. Open transactions are rolled back.

public override void Close ();
override this.Close : unit -> unit
Public Overrides Sub Close ()

Applies to