DbCommandTreeInterceptionContext Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.