TransactionHandler.Disposed Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| Disposed(DbConnection, DbConnectionInterceptionContext) |
Lze implementovat v odvozené třídě. |
| Disposed(DbTransaction, DbTransactionInterceptionContext) |
Lze implementovat v odvozené třídě. |
Disposed(DbConnection, DbConnectionInterceptionContext)
Lze implementovat v odvozené třídě.
public virtual void Disposed(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Disposed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
override this.Disposed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Overridable Sub Disposed (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)
Parametry
- connection
- DbConnection
Připojení, které bylo uvolněno.
- interceptionContext
- DbConnectionInterceptionContext
Kontextové informace spojené s voláním
Implementuje
Platí pro
Disposed(DbTransaction, DbTransactionInterceptionContext)
Lze implementovat v odvozené třídě.
public virtual void Disposed(System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext interceptionContext);
abstract member Disposed : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
override this.Disposed : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
Public Overridable Sub Disposed (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext)
Parametry
- transaction
- DbTransaction
Transakce, která byla uvolněna.
- interceptionContext
- DbTransactionInterceptionContext
Kontextové informace spojené s voláním