DbTransactionDispatcher.Dispose(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 Disposing(DbTransaction, DbTransactionInterceptionContext) und Disposed(DbTransaction, DbTransactionInterceptionContext) an alle IDbConnectionInterceptor registrierten vor DbInterception /nach dem Tätigen eines Aufrufs von Dispose().
public virtual void Dispose (System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member Dispose : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
override this.Dispose : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
Public Overridable Sub Dispose (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