Sdílet prostřednictvím


DbCommandTreeInterceptionContext Konstruktory

Definice

Přetížení

DbCommandTreeInterceptionContext()

Vytvoří nový DbCommandTreeInterceptionContext bez stavu.

DbCommandTreeInterceptionContext(DbInterceptionContext)

Vytvoří nový DbCommandTreeInterceptionContext zkopírováním stavu z daného kontextu zachycení. Viz také Clone()

DbCommandTreeInterceptionContext()

Vytvoří nový DbCommandTreeInterceptionContext bez stavu.

public DbCommandTreeInterceptionContext();
Public Sub New ()

Platí pro

DbCommandTreeInterceptionContext(DbInterceptionContext)

Vytvoří nový DbCommandTreeInterceptionContext zkopírováním stavu z daného kontextu zachycení. Viz také 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)

Parametry

copyFrom
DbInterceptionContext

Kontext, ze kterého chcete kopírovat stav.

Platí pro