EntityConnection.Open Method

Definition

Establishes a connection to the data source by calling the underlying data provider's Open method.

public override void Open ();
override this.Open : unit -> unit
Public Overrides Sub Open ()

Exceptions

An error occurs when you open the connection, or the name of the underlying data provider is not known.

The inline connection string contains an invalid Metadata keyword value.

Applies to