RelationalConnection.Close Method

Definition

Closes the connection to the database.

public virtual void Close ();
public virtual bool Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
abstract member Close : unit -> bool
override this.Close : unit -> bool
Public Overridable Sub Close ()
Public Overridable Function Close () As Boolean

Returns

true if the underlying connection was actually closed; false otherwise.

Implements

Applies to