IDbConnection.Open Method

Definition

Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object.

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

Applies to