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


IDbConnectionInterceptor.DataSourceGetting Метод

Определение

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

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

Параметры

connection
DbConnection

Соединение.

interceptionContext
DbConnectionInterceptionContext<String>

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

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