Compartir a través de


IDbConnectionInterceptor.ServerVersionGot Método

Definición

Se llama después ServerVersion de recuperarse.

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

Parámetros

connection
DbConnection

La conexión.

interceptionContext
DbConnectionInterceptionContext<String>

Información contextual asociada a la llamada.

Se aplica a