Compartir a través de


DbCommandInterceptionContext Constructores

Definición

Sobrecargas

DbCommandInterceptionContext()

Construye un nuevo DbCommandInterceptionContext sin estado.

DbCommandInterceptionContext(DbInterceptionContext)

Crea un nuevo DbCommandInterceptionContext mediante la copia del estado del contexto de interceptación especificado. Consulte también Clone()

DbCommandInterceptionContext()

Construye un nuevo DbCommandInterceptionContext sin estado.

public DbCommandInterceptionContext ();
Public Sub New ()

Se aplica a

DbCommandInterceptionContext(DbInterceptionContext)

Crea un nuevo DbCommandInterceptionContext mediante la copia del estado del contexto de interceptación especificado. Consulte también Clone()

public DbCommandInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a