Udostępnij za pośrednictwem


DbCommandInterceptionContext<TResult> Konstruktory

Definicja

Przeciążenia

DbCommandInterceptionContext<TResult>()

Tworzy nowy DbCommandInterceptionContext<TResult> bez stanu.

DbCommandInterceptionContext<TResult>(DbInterceptionContext)

Tworzy nowy DbCommandInterceptionContext<TResult> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone()

DbCommandInterceptionContext<TResult>()

Tworzy nowy DbCommandInterceptionContext<TResult> bez stanu.

public DbCommandInterceptionContext ();
Public Sub New ()

Dotyczy

DbCommandInterceptionContext<TResult>(DbInterceptionContext)

Tworzy nowy DbCommandInterceptionContext<TResult> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone()

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

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy