EntityConnection.Open Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework