BeginTransactionInterceptionContext Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BeginTransactionInterceptionContext() |
Erstellt einen neuen BeginTransactionInterceptionContext ohne Zustand. |
BeginTransactionInterceptionContext(DbInterceptionContext) |
Erstellt einen neuen BeginTransactionInterceptionContext , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch Clone() |
BeginTransactionInterceptionContext()
Erstellt einen neuen BeginTransactionInterceptionContext ohne Zustand.
public BeginTransactionInterceptionContext ();
Public Sub New ()
Gilt für:
BeginTransactionInterceptionContext(DbInterceptionContext)
Erstellt einen neuen BeginTransactionInterceptionContext , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch 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)
Parameter
- copyFrom
- DbInterceptionContext
Der Kontext, aus dem der Zustand kopiert werden soll.
Gilt für:
Entity Framework