Partager via


DbConnectionPropertyInterceptionContext<TValue> Constructeurs

Définition

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.

S’applique à