SqliteConnection.Dispose(Boolean) Method

Definition

Releases any resources used by the connection and closes it.

protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true to release managed and unmanaged resources; false to release only unmanaged resources.

Applies to