Condividi tramite


DbInterceptionContext Costruttori

Definizione

Overload

DbInterceptionContext()

Costruisce un nuovo DbInterceptionContext oggetto senza stato.

DbInterceptionContext(DbInterceptionContext)

Crea un nuovo DbInterceptionContext oggetto copiando lo stato dal contesto di intercettazione specificato. Vedere Clone()

DbInterceptionContext()

Costruisce un nuovo DbInterceptionContext oggetto senza stato.

public DbInterceptionContext ();
Public Sub New ()

Si applica a

DbInterceptionContext(DbInterceptionContext)

Crea un nuovo DbInterceptionContext oggetto copiando lo stato dal contesto di intercettazione specificato. Vedere Clone()

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

Parametri

copyFrom
DbInterceptionContext

Contesto da cui copiare lo stato.

Si applica a