Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EntityConnection::StoreConnection Property

Entity Framework 6.0
 

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:
property DbConnection^ StoreConnection {
	virtual DbConnection^ get();
}

Property Value

Type: System.Data.Common::DbConnection^

The DbConnection for the data source connection.

Return to top
Show: