RelationalConnection.DbConnection Property
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.
Gets or sets the underlying DbConnection used to connect to the database.
public virtual System.Data.Common.DbConnection DbConnection { get; }
public virtual System.Data.Common.DbConnection DbConnection { get; set; }
member this.DbConnection : System.Data.Common.DbConnection
member this.DbConnection : System.Data.Common.DbConnection with get, set
Public Overridable ReadOnly Property DbConnection As DbConnection
Public Overridable Property DbConnection As DbConnection
Property Value
Implements
Remarks
The connection can only be changed when the existing connection, if any, is not open.
Note that a connection set must be disposed by application code since it was not created by Entity Framework.
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