DbInterceptionContext 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
DbInterceptionContext() |
Tworzy nowy DbInterceptionContext bez stanu. |
DbInterceptionContext(DbInterceptionContext) |
Tworzy nowy DbInterceptionContext , kopiując stan z danego kontekstu przechwytywania. Zobacz Clone() |
DbInterceptionContext()
Tworzy nowy DbInterceptionContext bez stanu.
public DbInterceptionContext ();
Public Sub New ()
Dotyczy
DbInterceptionContext(DbInterceptionContext)
Tworzy nowy DbInterceptionContext , kopiując stan z danego kontekstu przechwytywania. Zobacz 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)
Parametry
- copyFrom
- DbInterceptionContext
Kontekst, z którego ma być skopiowany stan.