Udostępnij za pośrednictwem


DbConnectionInterceptionContext Konstruktory

Definicja

Przeciążenia

DbConnectionInterceptionContext()

Tworzy nowy DbConnectionInterceptionContext bez stanu.

DbConnectionInterceptionContext(DbInterceptionContext)

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

DbConnectionInterceptionContext()

Tworzy nowy DbConnectionInterceptionContext bez stanu.

public DbConnectionInterceptionContext ();
Public Sub New ()

Dotyczy

DbConnectionInterceptionContext(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy