Partager via


MutableInterceptionContext<TResult> Constructeurs

Définition

Surcharges

MutableInterceptionContext<TResult>()

Construit un nouveau MutableInterceptionContext<TResult> sans état.

MutableInterceptionContext<TResult>(DbInterceptionContext)

Crée un nouveau MutableInterceptionContext<TResult> en copiant l’état immuable à partir du contexte d’interception donné. Voir également Clone()

MutableInterceptionContext<TResult>()

Construit un nouveau MutableInterceptionContext<TResult> sans état.

protected MutableInterceptionContext ();
Protected Sub New ()

S’applique à

MutableInterceptionContext<TResult>(DbInterceptionContext)

Crée un nouveau MutableInterceptionContext<TResult> 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<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)

Paramètres

copyFrom
DbInterceptionContext

Contexte à partir duquel copier l’état.

S’applique à