Udostępnij przez


DbConnectionPropertyInterceptionContext<TValue> Konstruktory

Definicja

Przeciążenia

DbConnectionPropertyInterceptionContext<TValue>()

public DbConnectionPropertyInterceptionContext();
Public Sub New ()

Dotyczy

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

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

Parametry

copyFrom
DbInterceptionContext

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

Dotyczy