Udostępnij przez


DbConnectionInterceptionContext<TResult> Konstruktory

Definicja

Przeciążenia

DbConnectionInterceptionContext<TResult>()

public DbConnectionInterceptionContext();
Public Sub New ()

Dotyczy

DbConnectionInterceptionContext<TResult>(DbInterceptionContext)

Tworzy nowy DbConnectionInterceptionContext<TResult> , 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<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<'Result>
Public Sub New (copyFrom As DbInterceptionContext)

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy