Compartir a través de


DatabaseLogFormatter.ServerVersionGot Método

Definición

No escribe en el registro a menos que se invalide.

public virtual 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
override this.ServerVersionGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
Public Overridable 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.

Implementaciones

Se aplica a