Compartir a través de


BeginTransactionInterceptionContext Constructores

Definición

Sobrecargas

BeginTransactionInterceptionContext()

Construye un nuevo BeginTransactionInterceptionContext sin estado.

BeginTransactionInterceptionContext(DbInterceptionContext)

Crea un nuevo BeginTransactionInterceptionContext mediante la copia de un estado inmutable desde el contexto de interceptación especificado. Consulte también Clone()

BeginTransactionInterceptionContext()

Construye un nuevo BeginTransactionInterceptionContext sin estado.

public BeginTransactionInterceptionContext ();
Public Sub New ()

Se aplica a

BeginTransactionInterceptionContext(DbInterceptionContext)

Crea un nuevo BeginTransactionInterceptionContext mediante la copia de un estado inmutable desde el contexto de interceptación especificado. Consulte también Clone()

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

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a