MutableInterceptionContext<TResult> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MutableInterceptionContext<TResult>() |
Erstellt einen neuen MutableInterceptionContext<TResult> ohne Zustand. |
MutableInterceptionContext<TResult>(DbInterceptionContext) |
Erstellt einen neuen MutableInterceptionContext<TResult> durch Kopieren des unveränderlichen Zustands aus dem angegebenen Abfangkontext. Siehe auch Clone() |
MutableInterceptionContext<TResult>()
Erstellt einen neuen MutableInterceptionContext<TResult> ohne Zustand.
protected MutableInterceptionContext ();
Protected Sub New ()
Gilt für:
MutableInterceptionContext<TResult>(DbInterceptionContext)
Erstellt einen neuen MutableInterceptionContext<TResult> durch Kopieren des unveränderlichen Zustands aus dem angegebenen Abfangkontext. Siehe auch 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)
Parameter
- copyFrom
- DbInterceptionContext
Der Kontext, aus dem der Zustand kopiert werden soll.
Gilt für:
Entity Framework