Sdílet prostřednictvím


IDbConnectionInterceptor.Closing Metoda

Definice

Voláno před Close() je vyvoláno.

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

Parametry

connection
DbConnection

Připojení se zavírá.

interceptionContext
DbConnectionInterceptionContext

Kontextové informace spojené s voláním

Platí pro