Udostępnij za pośrednictwem


MutableInterceptionContext Konstruktory

Definicja

Przeciążenia

MutableInterceptionContext()

Tworzy nowy MutableInterceptionContext bez stanu.

MutableInterceptionContext(DbInterceptionContext)

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

MutableInterceptionContext()

Tworzy nowy MutableInterceptionContext bez stanu.

protected MutableInterceptionContext ();
Protected Sub New ()

Dotyczy

MutableInterceptionContext(DbInterceptionContext)

Tworzy nowy MutableInterceptionContext , 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 : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy