Freigeben über


DbConnectionDispatcher.Dispose(DbConnection, DbInterceptionContext) Methode

Definition

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)

Parameter

connection
DbConnection

Die Verbindung, für die der Vorgang ausgeführt wird.

interceptionContext
DbInterceptionContext

Optionale Informationen zum Kontext des Aufrufs.

Gilt für: