Sdílet prostřednictvím


MutableInterceptionContext Konstruktory

Definice

Přetížení

MutableInterceptionContext()

Vytvoří nový MutableInterceptionContext bez stavu.

MutableInterceptionContext(DbInterceptionContext)

Vytvoří nový MutableInterceptionContext zkopírováním neměnného stavu z daného kontextu zachytávání. Podívejte se také na Clone()

MutableInterceptionContext()

Vytvoří nový MutableInterceptionContext bez stavu.

protected MutableInterceptionContext ();
Protected Sub New ()

Platí pro

MutableInterceptionContext(DbInterceptionContext)

Vytvoří nový MutableInterceptionContext zkopírováním neměnného stavu z daného kontextu zachytávání. Podívejte se také na 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

Kontext, ze kterého chcete kopírovat stav.

Platí pro