MutableInterceptionContext<TResult> 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
MutableInterceptionContext<TResult>() |
Tworzy nowy MutableInterceptionContext<TResult> bez stanu. |
MutableInterceptionContext<TResult>(DbInterceptionContext) |
Tworzy nowy MutableInterceptionContext<TResult> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone() |
MutableInterceptionContext<TResult>()
Tworzy nowy MutableInterceptionContext<TResult> bez stanu.
protected MutableInterceptionContext ();
Protected Sub New ()
Dotyczy
MutableInterceptionContext<TResult>(DbInterceptionContext)
Tworzy nowy MutableInterceptionContext<TResult> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone()
protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)
Parametry
- copyFrom
- DbInterceptionContext
Kontekst, z którego ma być kopiować stan.