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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework