Compartir a través de


EnlistTransactionInterceptionContext Constructores

Definición

Sobrecargas

EnlistTransactionInterceptionContext()

Construye un nuevo EnlistTransactionInterceptionContext sin estado.

EnlistTransactionInterceptionContext(DbInterceptionContext)

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

EnlistTransactionInterceptionContext()

Construye un nuevo EnlistTransactionInterceptionContext sin estado.

public EnlistTransactionInterceptionContext ();
Public Sub New ()

Se aplica a

EnlistTransactionInterceptionContext(DbInterceptionContext)

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

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

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a