Database::CurrentTransaction Property
Entity Framework 6.0
Gets the transaction the underlying store connection is enlisted in. May be null.
Assembly: EntityFramework (in EntityFramework.dll)
public: property DbContextTransaction^ CurrentTransaction { DbContextTransaction^ get(); }
Property Value
Type: System.Data.Entity::DbContextTransaction^
Show: