Megosztás a következőn keresztül:


IRelationalConnection.Open Method

Definition

Overloads

Open()

Opens the connection to the database.

Open(Boolean)

Opens the connection to the database.

Open()

Opens the connection to the database.

public void Open ();
abstract member Open : unit -> unit
Public Sub Open ()

Applies to

Open(Boolean)

Opens the connection to the database.

public bool Open (bool errorsExpected = false);
abstract member Open : bool -> bool
Public Function Open (Optional errorsExpected As Boolean = false) As Boolean

Parameters

errorsExpected
Boolean

Indicate if the connection errors are expected and should be logged as debug message.

Returns

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

Applies to