Compartir a través de


DbConnectionDispatcher.Dispose(DbConnection, DbInterceptionContext) Método

Definición

public virtual void Dispose (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member Dispose : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
override this.Dispose : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
Public Overridable Sub Dispose (connection As DbConnection, interceptionContext As DbInterceptionContext)

Parámetros

connection
DbConnection

Conexión en la que se ejecutará la operación.

interceptionContext
DbInterceptionContext

Información opcional sobre el contexto de la llamada que se realiza.

Se aplica a