Sdílet prostřednictvím


IDbConnectionInterceptor.Closed Metoda

Definice

Volána po Close() je vyvolána.

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

Parametry

connection
DbConnection

Připojení, které bylo ukončeno.

interceptionContext
DbConnectionInterceptionContext

Kontextové informace spojené s voláním

Platí pro