Freigeben über


DbInterceptionContext Konstruktoren

Definition

Überlädt

DbInterceptionContext()

Erstellt einen neuen DbInterceptionContext ohne Zustand.

DbInterceptionContext(DbInterceptionContext)

Erstellt einen neuen DbInterceptionContext durch Kopieren des Zustands aus dem angegebenen Abfangkontext. Siehe Clone().

DbInterceptionContext()

Erstellt einen neuen DbInterceptionContext ohne Zustand.

public DbInterceptionContext ();
Public Sub New ()

Gilt für:

DbInterceptionContext(DbInterceptionContext)

Erstellt einen neuen DbInterceptionContext durch Kopieren des Zustands aus dem angegebenen Abfangkontext. Siehe Clone()

protected DbInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)

Parameter

copyFrom
DbInterceptionContext

Der Kontext, aus dem der Zustand kopiert werden soll.

Gilt für: