Sdílet prostřednictvím


MutableInterceptionContext<TResult> Konstruktory

Definice

Přetížení

MutableInterceptionContext<TResult>()

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

MutableInterceptionContext<TResult>(DbInterceptionContext)

Vytvoří nový MutableInterceptionContext<TResult> zkopírováním neměnného stavu z daného kontextu zachycení. Viz také Clone()

MutableInterceptionContext<TResult>()

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

protected MutableInterceptionContext();
Protected Sub New ()

Platí pro

MutableInterceptionContext<TResult>(DbInterceptionContext)

Vytvoří nový MutableInterceptionContext<TResult> zkopírováním neměnného stavu z daného kontextu zachycení. Viz také Clone()

protected MutableInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)

Parametry

copyFrom
DbInterceptionContext

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

Platí pro