Freigeben über


DbContextTransaction.Rollback-Methode

[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.]

Führt einen Rollback für die zugrunde liegende Speichertransaktion aus.

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

Syntax

'Declaration
Public Sub Rollback
'Usage
Dim instance As DbContextTransaction

instance.Rollback()
public void Rollback()
public:
void Rollback()
member Rollback : unit -> unit
public function Rollback()

Siehe auch

Verweis

DbContextTransaction Klasse

System.Data.Entity-Namespace