Sdílet prostřednictvím


DbCommandInterceptionContext<TResult> Konstruktory

Definice

Přetížení

DbCommandInterceptionContext<TResult>()

Vytvoří nový DbCommandInterceptionContext<TResult> bez stavu.

DbCommandInterceptionContext<TResult>(DbInterceptionContext)

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

DbCommandInterceptionContext<TResult>()

Vytvoří nový DbCommandInterceptionContext<TResult> bez stavu.

public DbCommandInterceptionContext();
Public Sub New ()

Platí pro

DbCommandInterceptionContext<TResult>(DbInterceptionContext)

Vytvoří nový DbCommandInterceptionContext<TResult> zkopírováním neměnného 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<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result>
Public Sub New (copyFrom As DbInterceptionContext)

Parametry

copyFrom
DbInterceptionContext

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

Platí pro