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