Udostępnij za pośrednictwem


DbConfigurationInterceptionContext Konstruktory

Definicja

Przeciążenia

DbConfigurationInterceptionContext()

Tworzy nowy DbConfigurationInterceptionContext bez stanu.

DbConfigurationInterceptionContext(DbInterceptionContext)

Tworzy nowy DbConfigurationInterceptionContext przez skopiowanie stanu z danego kontekstu przechwytywania. Zobacz też Clone()

DbConfigurationInterceptionContext()

Tworzy nowy DbConfigurationInterceptionContext bez stanu.

public DbConfigurationInterceptionContext ();
Public Sub New ()

Dotyczy

DbConfigurationInterceptionContext(DbInterceptionContext)

Tworzy nowy DbConfigurationInterceptionContext przez skopiowanie stanu z danego kontekstu przechwytywania. Zobacz też Clone()

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

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy