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