Compartir a través de


DbInterceptionContext Constructores

Definición

Sobrecargas

DbInterceptionContext()

Construye un nuevo DbInterceptionContext sin estado.

DbInterceptionContext(DbInterceptionContext)

Crea un nuevo DbInterceptionContext mediante la copia del estado del contexto de interceptación especificado. Consulta Clone().

DbInterceptionContext()

Construye un nuevo DbInterceptionContext sin estado.

public DbInterceptionContext ();
Public Sub New ()

Se aplica a

DbInterceptionContext(DbInterceptionContext)

Crea un nuevo DbInterceptionContext mediante la copia del estado del contexto de interceptación especificado. Vea 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)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a