Udostępnij za pośrednictwem


DatabaseLogFormatter.DataSourceGot Metoda

Definicja

Nie zapisuje w dzienniku, chyba że zostanie zastąpiony.

public virtual 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
override this.DataSourceGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
Public Overridable Sub DataSourceGot (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of String))

Parametry

connection
DbConnection

Połączenie.

interceptionContext
DbConnectionInterceptionContext<String>

Informacje kontekstowe skojarzone z wywołaniem.

Implementuje

Dotyczy