DbTransactionInterceptionContext Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
DbTransactionInterceptionContext() |
Tworzy nowy DbTransactionInterceptionContext bez stanu. |
DbTransactionInterceptionContext(DbInterceptionContext) |
Tworzy nowy DbTransactionInterceptionContext , kopiując niezmienny stan z danego kontekstu przechwytywania. Zobacz też Clone() |
DbTransactionInterceptionContext()
Tworzy nowy DbTransactionInterceptionContext bez stanu.
public DbTransactionInterceptionContext ();
Public Sub New ()
Dotyczy
DbTransactionInterceptionContext(DbInterceptionContext)
Tworzy nowy DbTransactionInterceptionContext , kopiując niezmienny stan z danego kontekstu przechwytywania. Zobacz też Clone()
public DbTransactionInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)
Parametry
- copyFrom
- DbInterceptionContext
Kontekst, z którego ma być skopiowany stan.