Sdílet prostřednictvím


DbCommandInterceptionContext Konstruktory

Definice

Přetížení

DbCommandInterceptionContext()

Vytvoří nový DbCommandInterceptionContext bez stavu.

DbCommandInterceptionContext(DbInterceptionContext)

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

DbCommandInterceptionContext()

Vytvoří nový DbCommandInterceptionContext bez stavu.

public DbCommandInterceptionContext();
Public Sub New ()

Platí pro

DbCommandInterceptionContext(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Platí pro