DbContextTransaction.UnderlyingTransaction Property

 

Gets the database (store) transaction that is underlying this context transaction.

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

public DbTransaction UnderlyingTransaction { get; }

Property Value

Type: System.Data.Common.DbTransaction

The database (store) transaction that is underlying this context transaction.