Sdílet prostřednictvím


DbInterceptionContext Konstruktory

Definice

Přetížení

DbInterceptionContext()

Vytvoří nový DbInterceptionContext bez stavu.

DbInterceptionContext(DbInterceptionContext)

Vytvoří nový DbInterceptionContext zkopírováním stavu z daného kontextu zachycení. Viz Clone().

DbInterceptionContext()

Vytvoří nový DbInterceptionContext bez stavu.

public DbInterceptionContext ();
Public Sub New ()

Platí pro

DbInterceptionContext(DbInterceptionContext)

Vytvoří nový DbInterceptionContext zkopírováním stavu z daného kontextu zachycení. Viz Clone().

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

Parametry

copyFrom
DbInterceptionContext

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

Platí pro