IDbConnectionInterceptor.Disposed 方法

定义

调用 后 Dispose() 调用。

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

参数

connection
DbConnection

已释放的连接。

interceptionContext
DbConnectionInterceptionContext

与调用关联的上下文信息。

适用于