Freigeben über


EntityTransaction.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 Transaktion aus.

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

Syntax

'Declaration
Public Overrides Sub Rollback
'Usage
Dim instance As EntityTransaction

instance.Rollback()
public override void Rollback()
public:
virtual void Rollback() override
abstract Rollback : unit -> unit  
override Rollback : unit -> unit
public override function Rollback()

Implements

IDbTransaction.Rollback()

Siehe auch

Verweis

EntityTransaction Klasse

System.Data.Entity.Core.EntityClient-Namespace