Freigeben über


DbCommandTreeInterceptionContext Konstruktoren

Definition

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