Sdílet prostřednictvím


DbConnectionInterceptionContext<TResult> Konstruktory

Definice

Přetížení

DbConnectionInterceptionContext<TResult>()

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

DbConnectionInterceptionContext<TResult>(DbInterceptionContext)

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

DbConnectionInterceptionContext<TResult>()

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

public DbConnectionInterceptionContext ();
Public Sub New ()

Platí pro

DbConnectionInterceptionContext<TResult>(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Platí pro