Freigeben über


MutableInterceptionContext Konstruktoren

Definition

Ü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: