Compartir a través de


MutableInterceptionContext Constructores

Definición

Sobrecargas

MutableInterceptionContext()

Construye un nuevo MutableInterceptionContext sin estado.

MutableInterceptionContext(DbInterceptionContext)

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

MutableInterceptionContext()

Construye un nuevo MutableInterceptionContext sin estado.

protected MutableInterceptionContext ();
Protected Sub New ()

Se aplica a

MutableInterceptionContext(DbInterceptionContext)

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

protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a