Partilhar via


DbConnectionDispatcher.Open(DbConnection, DbInterceptionContext) Método

Definição

public virtual void Open (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member Open : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
override this.Open : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
Public Overridable Sub Open (connection As DbConnection, interceptionContext As DbInterceptionContext)

Parâmetros

connection
DbConnection

A conexão na qual a operação será executada.

interceptionContext
DbInterceptionContext

Informações opcionais sobre o contexto da chamada que está sendo feita.

Aplica-se a