BeginTransactionInterceptionContext 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í
| BeginTransactionInterceptionContext() |
Vytvoří nový BeginTransactionInterceptionContext bez stavu. |
| BeginTransactionInterceptionContext(DbInterceptionContext) |
Vytvoří nový BeginTransactionInterceptionContext zkopírováním neměnného stavu z daného kontextu zachycení. Viz také Clone() |
BeginTransactionInterceptionContext()
Vytvoří nový BeginTransactionInterceptionContext bez stavu.
public BeginTransactionInterceptionContext();
Public Sub New ()
Platí pro
BeginTransactionInterceptionContext(DbInterceptionContext)
Vytvoří nový BeginTransactionInterceptionContext zkopírováním neměnného stavu z daného kontextu zachycení. Viz také Clone()
public BeginTransactionInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)
Parametry
- copyFrom
- DbInterceptionContext
Kontext, ze kterého chcete kopírovat stav.