DbTransactionDispatcher.Rollback(DbTransaction, DbInterceptionContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Sendet RollingBack(DbTransaction, DbTransactionInterceptionContext) und RolledBack(DbTransaction, DbTransactionInterceptionContext) an alle IDbConnectionInterceptor registrierten vor DbInterception /nach einem Aufruf von Rollback().
public virtual void Rollback (System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member Rollback : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
override this.Rollback : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
Public Overridable Sub Rollback (transaction As DbTransaction, interceptionContext As DbInterceptionContext)
Parameter
- transaction
- DbTransaction
Die Transaktion, für die der Vorgang ausgeführt wird.
- interceptionContext
- DbInterceptionContext
Optionale Informationen zum Kontext des Aufrufs.
Gilt für:
Entity Framework