Udostępnij za pośrednictwem


MutableInterceptionContext<TResult> Konstruktory

Definicja

Przeciążenia

MutableInterceptionContext<TResult>()

Tworzy nowy MutableInterceptionContext<TResult> bez stanu.

MutableInterceptionContext<TResult>(DbInterceptionContext)

Tworzy nowy MutableInterceptionContext<TResult> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone()

MutableInterceptionContext<TResult>()

Tworzy nowy MutableInterceptionContext<TResult> bez stanu.

protected MutableInterceptionContext ();
Protected Sub New ()

Dotyczy

MutableInterceptionContext<TResult>(DbInterceptionContext)

Tworzy nowy MutableInterceptionContext<TResult> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też 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)

Parametry

copyFrom
DbInterceptionContext

Kontekst, z którego ma być kopiować stan.

Dotyczy