DbCommandInterceptionContext 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
DbCommandInterceptionContext() |
Tworzy nowy DbCommandInterceptionContext bez stanu. |
DbCommandInterceptionContext(DbInterceptionContext) |
Tworzy nowy DbCommandInterceptionContext przez skopiowanie stanu z danego kontekstu przechwytywania. Zobacz też Clone() |
DbCommandInterceptionContext()
Tworzy nowy DbCommandInterceptionContext bez stanu.
public DbCommandInterceptionContext ();
Public Sub New ()
Dotyczy
DbCommandInterceptionContext(DbInterceptionContext)
Tworzy nowy DbCommandInterceptionContext przez skopiowanie stanu z danego kontekstu przechwytywania. Zobacz też 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)
Parametry
- copyFrom
- DbInterceptionContext
Kontekst, z którego ma być kopiować stan.