DbConnectionPropertyInterceptionContext<TValue> 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
DbConnectionPropertyInterceptionContext<TValue>() |
Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> ohne Zustand. |
DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext) |
Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> durch Kopieren des unveränderlichen Zustands aus dem angegebenen Abfangkontext. Siehe auch Clone() |
DbConnectionPropertyInterceptionContext<TValue>()
Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> ohne Zustand.
public DbConnectionPropertyInterceptionContext ();
Public Sub New ()
Gilt für:
DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)
Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> durch Kopieren des unveränderlichen Zustands aus dem angegebenen Abfangkontext. Siehe auch Clone()
public DbConnectionPropertyInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Sub New (copyFrom As DbInterceptionContext)
Parameter
- copyFrom
- DbInterceptionContext
Der Kontext, aus dem der Zustand kopiert werden soll.
Gilt für:
Entity Framework