Condividi tramite


MutableInterceptionContext Costruttori

Definizione

Overload

MutableInterceptionContext()

Costruisce un nuovo MutableInterceptionContext oggetto senza stato.

MutableInterceptionContext(DbInterceptionContext)

Crea un nuovo MutableInterceptionContext copiando lo stato non modificabile dal contesto di intercettazione specificato. Vedere anche Clone()

MutableInterceptionContext()

Costruisce un nuovo MutableInterceptionContext oggetto senza stato.

protected MutableInterceptionContext ();
Protected Sub New ()

Si applica a

MutableInterceptionContext(DbInterceptionContext)

Crea un nuovo MutableInterceptionContext copiando lo stato non modificabile dal contesto di intercettazione specificato. Vedere anche 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)

Parametri

copyFrom
DbInterceptionContext

Contesto da cui copiare lo stato.

Si applica a