Compartir a través de


IDbConnectionInterceptor.StateGetting Método

Definición

Se llama antes de State recuperarse.

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

Parámetros

connection
DbConnection

La conexión.

interceptionContext
DbConnectionInterceptionContext<ConnectionState>

Información contextual asociada a la llamada.

Se aplica a