Udostępnij za pośrednictwem


DbCommandTreeInterceptionContext Konstruktory

Definicja

Przeciążenia

DbCommandTreeInterceptionContext()

Tworzy nowy DbCommandTreeInterceptionContext bez stanu.

DbCommandTreeInterceptionContext(DbInterceptionContext)

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

DbCommandTreeInterceptionContext()

Tworzy nowy DbCommandTreeInterceptionContext bez stanu.

public DbCommandTreeInterceptionContext ();
Public Sub New ()

Dotyczy

DbCommandTreeInterceptionContext(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy