Sdílet prostřednictvím


BeginTransactionInterceptionContext Konstruktory

Definice

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.

Platí pro