Udostępnij przez


IDbConnectionInterceptor.Disposing Metoda

Definicja

Wywoływane przed Dispose() wywołaniem.

public void Disposing(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Disposing : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Sub Disposing (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

Parametry

connection
DbConnection

Połączenie jest usuwane.

interceptionContext
DbConnectionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy