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::CurrentTransaction Property

Entity Framework 6.0
 

Gets the current transaction that this connection is enlisted in. May be null.

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

public:
property EntityTransaction^ CurrentTransaction {
	virtual EntityTransaction^ get();
}
Return to top
Show: