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