Поделиться через


IDbConnectionInterceptor.ConnectionStringGot Метод

Определение

Вызывается после ConnectionString извлечения.

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

Параметры

connection
DbConnection

Соединение.

interceptionContext
DbConnectionInterceptionContext<String>

Контекстная информация, связанная с вызовом.

Применяется к