Compartir a través de


MutableInterceptionContext<TResult> Constructores

Definición

Sobrecargas

MutableInterceptionContext<TResult>()

Construye un nuevo MutableInterceptionContext<TResult> sin estado.

MutableInterceptionContext<TResult>(DbInterceptionContext)

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

MutableInterceptionContext<TResult>()

Construye un nuevo MutableInterceptionContext<TResult> sin estado.

protected MutableInterceptionContext ();
Protected Sub New ()

Se aplica a

MutableInterceptionContext<TResult>(DbInterceptionContext)

Crea un nuevo MutableInterceptionContext<TResult> 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<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a