DbInterceptionContext 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
DbInterceptionContext() |
Construit un nouveau DbInterceptionContext sans état. |
DbInterceptionContext(DbInterceptionContext) |
Crée un nouveau DbInterceptionContext en copiant l’état à partir du contexte d’interception donné. Voir Clone() |
DbInterceptionContext()
Construit un nouveau DbInterceptionContext sans état.
public DbInterceptionContext ();
Public Sub New ()
S’applique à
DbInterceptionContext(DbInterceptionContext)
Crée un nouveau DbInterceptionContext en copiant l’état à partir du contexte d’interception donné. Consultez Clone()
protected DbInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)
Paramètres
- copyFrom
- DbInterceptionContext
Contexte à partir duquel copier l’état.