Udostępnij za pośrednictwem


IDbConnectionInterceptor.DataSourceGetting Metoda

Definicja

Wywoływane przed DataSource pobraniem.

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))

Parametry

connection
DbConnection

Połączenie.

interceptionContext
DbConnectionInterceptionContext<String>

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy