MutableInterceptionContext Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MutableInterceptionContext() |
Construit un nouveau MutableInterceptionContext sans état. |
MutableInterceptionContext(DbInterceptionContext) |
Crée un nouveau MutableInterceptionContext en copiant l’état immuable à partir du contexte d’interception donné. Voir également Clone() |
MutableInterceptionContext()
Construit un nouveau MutableInterceptionContext sans état.
protected MutableInterceptionContext ();
Protected Sub New ()
S’applique à
MutableInterceptionContext(DbInterceptionContext)
Crée un nouveau MutableInterceptionContext en copiant l’état immuable à partir du contexte d’interception donné. Voir également Clone()
protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)
Paramètres
- copyFrom
- DbInterceptionContext
Contexte à partir duquel copier l’état.