Sdílet prostřednictvím


DbConnectionPropertyInterceptionContext<TValue> Konstruktory

Definice

Přetížení

DbConnectionPropertyInterceptionContext<TValue>()

Vytvoří nový DbConnectionPropertyInterceptionContext<TValue> bez stavu.

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

DbConnectionPropertyInterceptionContext<TValue>()

public DbConnectionPropertyInterceptionContext ();
Public Sub New ()

Platí pro

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Platí pro