Sdílet prostřednictvím


DbConfigurationInterceptionContext Konstruktory

Definice

Přetížení

DbConfigurationInterceptionContext()

Vytvoří nový DbConfigurationInterceptionContext bez stavu.

DbConfigurationInterceptionContext(DbInterceptionContext)

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

DbConfigurationInterceptionContext()

Vytvoří nový DbConfigurationInterceptionContext bez stavu.

public DbConfigurationInterceptionContext ();
Public Sub New ()

Platí pro

DbConfigurationInterceptionContext(DbInterceptionContext)

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

public DbConfigurationInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

Parametry

copyFrom
DbInterceptionContext

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

Platí pro