AdoDotNetConnectionSupport.Dispose(Boolean) Method

Definition

Releases all resources held by the data connection.

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

Parameters

disposing
Boolean

Indication whether both managed and unmanaged resources are to be released (true), or unmanaged resources only (false).

Applies to