MutableInterceptionContext Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.