Freigeben über


IDbConnectionInterceptor.Closed Methode

Definition

Aufgerufen nach Close() wird aufgerufen.

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)

Parameter

connection
DbConnection

Die Verbindung, die geschlossen wurde.

interceptionContext
DbConnectionInterceptionContext

Kontextinformationen, die dem Aufruf zugeordnet sind.

Gilt für: