EntityConnection.StoreConnection Property

 

Provides access to the underlying data source connection that is used by the EntityConnection object.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual DbConnection StoreConnection { get; }

Property Value

Type: System.Data.Common.DbConnection

The DbConnection for the data source connection.