Compartir a través de


TransactionHandler.Opened Método

Definición

Se puede implementar en una clase derivada.

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

Parámetros

connection
DbConnection

Conexión que se abrió.

interceptionContext
DbConnectionInterceptionContext

Información contextual asociada a la llamada.

Implementaciones

Se aplica a

Consulte también