Freigeben über


MutableInterceptionContext<TResult> Konstruktoren

Definition

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