Freigeben über


DbConfigurationInterceptionContext Konstruktoren

Definition

Ü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: