Freigeben über


DbCommandInterceptionContext Konstruktoren

Definition

Überlädt

DbCommandInterceptionContext()

Erstellt einen neuen DbCommandInterceptionContext ohne Zustand.

DbCommandInterceptionContext(DbInterceptionContext)

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

DbCommandInterceptionContext()

Erstellt einen neuen DbCommandInterceptionContext ohne Zustand.

public DbCommandInterceptionContext ();
Public Sub New ()

Gilt für:

DbCommandInterceptionContext(DbInterceptionContext)

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

public DbCommandInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

Parameter

copyFrom
DbInterceptionContext

Der Kontext, aus dem der Zustand kopiert werden soll.

Gilt für: