Udostępnij za pośrednictwem


DbInterceptionContext Konstruktory

Definicja

Przeciążenia

DbInterceptionContext()

Tworzy nowy DbInterceptionContext bez stanu.

DbInterceptionContext(DbInterceptionContext)

Tworzy nowy DbInterceptionContext , kopiując stan z danego kontekstu przechwytywania. Zobacz Clone()

DbInterceptionContext()

Tworzy nowy DbInterceptionContext bez stanu.

public DbInterceptionContext ();
Public Sub New ()

Dotyczy

DbInterceptionContext(DbInterceptionContext)

Tworzy nowy DbInterceptionContext , kopiując stan z danego kontekstu przechwytywania. Zobacz 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

Kontekst, z którego ma być skopiowany stan.

Dotyczy