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


IDbConnectionInterceptor.DataSourceGot Метод

Определение

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

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

Параметры

connection
DbConnection

Соединение.

interceptionContext
DbConnectionInterceptionContext<String>

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

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