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