Udostępnij przez


BeginTransactionInterceptionContext Konstruktory

Definicja

Przeciążenia

BeginTransactionInterceptionContext()

Tworzy nowy BeginTransactionInterceptionContext bez stanu.

BeginTransactionInterceptionContext(DbInterceptionContext)

Tworzy nowy BeginTransactionInterceptionContext , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone()

BeginTransactionInterceptionContext()

Tworzy nowy BeginTransactionInterceptionContext bez stanu.

public BeginTransactionInterceptionContext();
Public Sub New ()

Dotyczy

BeginTransactionInterceptionContext(DbInterceptionContext)

Tworzy nowy BeginTransactionInterceptionContext , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też 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

Kontekst, z którego ma być kopiować stan.

Dotyczy