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