EnlistTransactionInterceptionContext 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
EnlistTransactionInterceptionContext() |
Erstellt einen neuen EnlistTransactionInterceptionContext ohne Zustand. |
EnlistTransactionInterceptionContext(DbInterceptionContext) |
Erstellt einen neuen EnlistTransactionInterceptionContext , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch Clone() |
EnlistTransactionInterceptionContext()
Erstellt einen neuen EnlistTransactionInterceptionContext ohne Zustand.
public EnlistTransactionInterceptionContext ();
Public Sub New ()
Gilt für:
EnlistTransactionInterceptionContext(DbInterceptionContext)
Erstellt einen neuen EnlistTransactionInterceptionContext , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch Clone()
public EnlistTransactionInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)
Parameter
- copyFrom
- DbInterceptionContext
Der Kontext, aus dem der Zustand kopiert werden soll.
Gilt für:
Entity Framework