Compartilhar via


IDbConnectionInterceptor.ServerVersionGetting Método

Definição

Chamado antes ServerVersion de ser recuperado.

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

Parâmetros

connection
DbConnection

A conexão.

interceptionContext
DbConnectionInterceptionContext<String>

Informações contextuais associadas à chamada.

Aplica-se a