Udostępnij za pośrednictwem


IDbConnectionInterceptor.Opened Metoda

Definicja

Wywoływany jest Open() po wywołaniu lub jego odpowiednik asynchroniczny.

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

Parametry

connection
DbConnection

Otwarte połączenie.

interceptionContext
DbConnectionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy