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