DbContextTransaction.UnderlyingTransaction Property

Definition

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

public System.Data.Common.DbTransaction UnderlyingTransaction { get; }
member this.UnderlyingTransaction : System.Data.Common.DbTransaction
Public ReadOnly Property UnderlyingTransaction As DbTransaction

Property Value

Applies to