Freigeben über


TransactionHandler.DbContext-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 Kontext ab, für den die Transaktionsvorgänge behandelt werden.

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

Syntax

'Declaration
Public Property DbContext As DbContext 
    Get 
    Private Set
'Usage
Dim instance As TransactionHandler 
Dim value As DbContext 

value = instance.DbContext
public DbContext DbContext { get; private set; }
public:
property DbContext^ DbContext {
    DbContext^ get ();
    private: void set (DbContext^ value);
}
member DbContext : DbContext with get, private set
function get DbContext () : DbContext 
private function set DbContext (value : DbContext)

Eigenschaftswert

Typ: System.Data.Entity.DbContext
Die DbContext, für die die Transaktionsvorgänge behandelt werden.Kann NULL sein.

Siehe auch

Verweis

TransactionHandler Klasse

System.Data.Entity.Infrastructure-Namespace