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