MutableInterceptionContext 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() |
Erstellt einen neuen MutableInterceptionContext ohne Zustand. |
MutableInterceptionContext(DbInterceptionContext) |
Erstellt einen neuen MutableInterceptionContext , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch Clone() |
MutableInterceptionContext()
Erstellt einen neuen MutableInterceptionContext ohne Zustand.
protected MutableInterceptionContext ();
Protected Sub New ()
Gilt für:
MutableInterceptionContext(DbInterceptionContext)
Erstellt einen neuen MutableInterceptionContext , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch Clone()
protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)
Parameter
- copyFrom
- DbInterceptionContext
Der Kontext, aus dem der Zustand kopiert werden soll.
Gilt für:
Entity Framework