CommitFailureHandler.TransactionContext-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft den Transaktionskontext ab.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Protected Friend Property TransactionContext As TransactionContext
Get
Private Set
'Usage
Dim value As TransactionContext
value = Me.TransactionContext
protected internal TransactionContext TransactionContext { get; private set; }
protected public:
property TransactionContext^ TransactionContext {
TransactionContext^ get ();
private: void set (TransactionContext^ value);
}
member TransactionContext : TransactionContext with get, private set
function get TransactionContext () : TransactionContext
private function set TransactionContext (value : TransactionContext)
Eigenschaftswert
Typ: System.Data.Entity.Infrastructure.TransactionContext
Der Transaktionskontext.