Compartir a través de


DbConfigurationInterceptionContext Constructores

Definición

Sobrecargas

DbConfigurationInterceptionContext()

Construye un nuevo DbConfigurationInterceptionContext sin estado.

DbConfigurationInterceptionContext(DbInterceptionContext)

Crea un nuevo DbConfigurationInterceptionContext mediante la copia del estado del contexto de interceptación especificado. Consulte también Clone()

DbConfigurationInterceptionContext()

Construye un nuevo DbConfigurationInterceptionContext sin estado.

public DbConfigurationInterceptionContext ();
Public Sub New ()

Se aplica a

DbConfigurationInterceptionContext(DbInterceptionContext)

Crea un nuevo DbConfigurationInterceptionContext mediante la copia del estado del contexto de interceptación especificado. Consulte también Clone()

public DbConfigurationInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a