Udostępnij za pośrednictwem


DbCommandInterceptionContext Konstruktory

Definicja

Przeciążenia

DbCommandInterceptionContext()

Tworzy nowy DbCommandInterceptionContext bez stanu.

DbCommandInterceptionContext(DbInterceptionContext)

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

DbCommandInterceptionContext()

Tworzy nowy DbCommandInterceptionContext bez stanu.

public DbCommandInterceptionContext ();
Public Sub New ()

Dotyczy

DbCommandInterceptionContext(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy