Condividi tramite


Proprietà DbContextTransaction.UnderlyingTransaction

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene la transazione di database (archivio) sottostante questa transazione di contesto.

Spazio dei nomi:  System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UnderlyingTransaction As DbTransaction 
    Get
'Utilizzo
Dim instance As DbContextTransaction 
Dim value As DbTransaction 

value = instance.UnderlyingTransaction
public DbTransaction UnderlyingTransaction { get; }
public:
property DbTransaction^ UnderlyingTransaction {
    DbTransaction^ get ();
}
member UnderlyingTransaction : DbTransaction
function get UnderlyingTransaction () : DbTransaction

Valore proprietà

Tipo: System.Data.Common.DbTransaction
Transazione di database (archivio) sottostante questa transazione di contesto.

Vedere anche

Riferimento

DbContextTransaction Classe

Spazio dei nomi System.Data.Entity