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.

TransactionContext Constructor (DbConnection^)

Entity Framework 6.0
 

Initializes a new instance of the TransactionContext class.

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

public:
TransactionContext(
	DbConnection^ existingConnection
)

Parameters

existingConnection
Type: System.Data.Common::DbConnection^

The connection used by the context for which the transactions will be recorded.

Return to top
Show: